fix prof dependent stuff

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1798 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2007-02-18 10:20:31 +00:00
parent 400b1958b2
commit 194ea3bdee
1 changed files with 1 additions and 1 deletions

View File

@ -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;