This commit is contained in:
Vitor Santos Costa 2016-07-31 04:28:14 -05:00
parent 075f50a11f
commit 0cc010bc42
1 changed files with 3 additions and 3 deletions

View File

@ -1422,9 +1422,9 @@ void Yap_InitWorkspace(UInt Heap, UInt Stack, UInt Trail, UInt Atts,
LOCAL_ThreadHandle.ssize = Stack;
#endif
#endif
GLOBAL_AllowGlobalExpansion = TRUE;
GLOBAL_AllowLocalExpansion = TRUE;
GLOBAL_AllowTrailExpansion = TRUE;
GLOBAL_AllowGlobalExpansion = true;
GLOBAL_AllowLocalExpansion = true;
GLOBAL_AllowTrailExpansion = true;
Yap_InitExStacks(0, Trail, Stack);
Yap_InitYaamRegs(0);
InitStdPreds();