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

@@ -353,7 +353,7 @@ BuildNewAttVar(Term t, Int i, Term tatt)
H[0] = t;
H[1] = tatt;
H += 2;
growglobal();
growglobal(NULL);
H -= 2;
t = H[0];
tatt = H[1];