From 9dc0618a12fc3affe7b06f401e285be814661b47 Mon Sep 17 00:00:00 2001 From: Ricardo Rocha Date: Wed, 12 Aug 2009 14:32:12 +0100 Subject: [PATCH] make the support for compact lists the default configuration for the tabling engine --- OPTYap/opt.config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OPTYap/opt.config.h b/OPTYap/opt.config.h index 5f23d85a1..79aad1ebf 100644 --- a/OPTYap/opt.config.h +++ b/OPTYap/opt.config.h @@ -47,7 +47,7 @@ /* ------------------------------------------------ ** ** support trie compact pairs? (optional) ** ** ------------------------------------------------ */ -/* #define TRIE_COMPACT_PAIRS 1 */ +#define TRIE_COMPACT_PAIRS 1 /* --------------------------------------------------- ** ** support deterministic tabling? (optional) **