From 02e82d77191fc1cd81e6684df2fa8de456e8d42c Mon Sep 17 00:00:00 2001 From: Ricardo Rocha Date: Sun, 5 Jul 2009 05:29:53 +0100 Subject: [PATCH] disable the support for trie compact lists in YapTab's default configuration. --- 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 d7b16baf1..7361cbf6d 100644 --- a/OPTYap/opt.config.h +++ b/OPTYap/opt.config.h @@ -52,7 +52,7 @@ /* ------------------------------------------------ ** ** support trie compact pairs? (optional) ** ** ------------------------------------------------ */ -#define TRIE_COMPACT_PAIRS 1 +/* #define TRIE_COMPACT_PAIRS 1 */ /* --------------------------------------------------- ** ** support deterministic tabling? (optional) **