more fixes for garbage collector

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1394 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-09-21 03:49:33 +00:00
parent c6c9e71e31
commit 129efd83d8
6 changed files with 124 additions and 65 deletions

View File

@@ -1607,6 +1607,7 @@ Yap_InitYaamRegs(void)
MutableList = Yap_NewTimedVar(TermNil);
AttsMutableList = Yap_NewTimedVar(MkIntTerm(0));
#endif
GcGeneration = Yap_NewTimedVar(MkIntTerm(0));
#if defined(YAPOR) || defined(THREADS)
PP = NULL;
WPP = NULL;