clean-up
This commit is contained in:
parent
075f50a11f
commit
0cc010bc42
6
C/init.c
6
C/init.c
@ -1422,9 +1422,9 @@ void Yap_InitWorkspace(UInt Heap, UInt Stack, UInt Trail, UInt Atts,
|
|||||||
LOCAL_ThreadHandle.ssize = Stack;
|
LOCAL_ThreadHandle.ssize = Stack;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
GLOBAL_AllowGlobalExpansion = TRUE;
|
GLOBAL_AllowGlobalExpansion = true;
|
||||||
GLOBAL_AllowLocalExpansion = TRUE;
|
GLOBAL_AllowLocalExpansion = true;
|
||||||
GLOBAL_AllowTrailExpansion = TRUE;
|
GLOBAL_AllowTrailExpansion = true;
|
||||||
Yap_InitExStacks(0, Trail, Stack);
|
Yap_InitExStacks(0, Trail, Stack);
|
||||||
Yap_InitYaamRegs(0);
|
Yap_InitYaamRegs(0);
|
||||||
InitStdPreds();
|
InitStdPreds();
|
||||||
|
Reference in New Issue
Block a user