From edafbcc7c341c1cddf9fcd4e729e0ae2bafcd1d1 Mon Sep 17 00:00:00 2001 From: ricroc Date: Thu, 28 Jul 2005 16:29:50 +0000 Subject: [PATCH] TABLING FIXED: predicate abolish_all_tables/0 git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1350 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- OPTYap/opt.preds.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OPTYap/opt.preds.c b/OPTYap/opt.preds.c index 3b6e2834b..8c4e39d6c 100644 --- a/OPTYap/opt.preds.c +++ b/OPTYap/opt.preds.c @@ -5,7 +5,7 @@ Copyright: R. Rocha and NCC - University of Porto, Portugal File: opt.preds.c - version: $Id: opt.preds.c,v 1.20 2005-07-11 19:17:27 ricroc Exp $ + version: $Id: opt.preds.c,v 1.21 2005-07-28 16:29:50 ricroc Exp $ **********************************************************************/ @@ -658,7 +658,6 @@ int p_abolish_all_tables(void) { } tab_ent = TabEnt_next(tab_ent); } - GLOBAL_root_tab_ent = NULL; return (TRUE); }