atom Term stuff

This commit is contained in:
Vítor Santos Costa 2015-08-18 14:57:53 -05:00
parent 338a4bb733
commit b47ffd2f64

View File

@ -1316,7 +1316,7 @@ InitCodes(void)
Yap_InitFirstWorkerThreadHandle(); Yap_InitFirstWorkerThreadHandle();
/* make sure no one else can use these two atoms */ /* make sure no one else can use these two atoms */
LOCAL_SourceModule = CurrentModule = 0; LOCAL_SourceModule = CurrentModule = 0;
Yap_ReleaseAtom(AtomOfTerm(TermReFoundVar)); Yap_ReleaseAtom(AtomOfTerm(TermRefoundVar));
/* flags require atom table done, but must be done as soon as possible, /* flags require atom table done, but must be done as soon as possible,
definitely before any predicate initialization */ definitely before any predicate initialization */
// Yap_InitFlags(); moved to HEAPFIELDS // Yap_InitFlags(); moved to HEAPFIELDS