From 0cc010bc4227147cc0b7ff383a3c23192bb5d1bd Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Sun, 31 Jul 2016 04:28:14 -0500 Subject: [PATCH] clean-up --- C/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C/init.c b/C/init.c index ed89d4b0b..0d142e443 100755 --- a/C/init.c +++ b/C/init.c @@ -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();