atom Term stuff
This commit is contained in:
parent
338a4bb733
commit
b47ffd2f64
2
C/init.c
2
C/init.c
@ -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
|
||||||
|
Reference in New Issue
Block a user