From bb51b72a9de2880937c2e49e12bb7be903d1d9c6 Mon Sep 17 00:00:00 2001 From: vsc Date: Wed, 27 Dec 2006 12:27:15 +0000 Subject: [PATCH] fix booting without global variables git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1742 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- pl/boot.yap | 1 + 1 file changed, 1 insertion(+) diff --git a/pl/boot.yap b/pl/boot.yap index fa002be94..732f30f0b 100644 --- a/pl/boot.yap +++ b/pl/boot.yap @@ -837,6 +837,7 @@ break :- nb_setval('$break',BL). '$silent_bootstrap'(F) :- + '$allocate_default_arena'(1024, 64), get_value('$lf_verbose',OldSilent), set_value('$lf_verbose',silent), bootstrap(F),