From 194ea3bdee6097ed9c0aba95e5cec675099e269e Mon Sep 17 00:00:00 2001 From: vsc Date: Sun, 18 Feb 2007 10:20:31 +0000 Subject: [PATCH] fix prof dependent stuff git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1798 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/init.c b/C/init.c index 6cbccfc8b..b2998f8b2 100644 --- a/C/init.c +++ b/C/init.c @@ -1408,10 +1408,10 @@ Yap_InitWorkspace(int Heap, int Stack, int Trail, int max_table_size, GcCalls = 0; #ifdef LOW_PROF ProfilerOn = FALSE; + FPreds = NULL; #endif ActiveSignals = 0; DoingUndefp = FALSE; - FPreds = NULL; DBErasedList = NULL; DBErasedIList = NULL; Yap_heap_regs->IntLUKeys = NULL;