From 730259d47e26af79d19d0c1aa335ecf0be901aaf Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 17 Jun 2016 16:20:10 +0100 Subject: [PATCH] true vs TRUE --- 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();