put tabling back to work

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@460 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-05-03 15:30:36 +00:00
parent 83c4fab84c
commit 4fc1a2ff42
16 changed files with 734 additions and 344 deletions

View File

@@ -564,7 +564,7 @@ freeze_goal(Term t, Term g)
if (H0 - (CELL *)vs < 1024) {
ARG1 = t;
ARG2 = g;
growglobal();
growglobal(NULL);
t = ARG1;
g = ARG2;
}