avoid excessive overflows and too large overflows in delay stack.

This commit is contained in:
Vitor Santos Costa
2009-02-26 23:06:27 +00:00
parent d7c2c74acc
commit 51875c627a
7 changed files with 34 additions and 10 deletions

View File

@@ -1415,6 +1415,7 @@ Yap_InitWorkspace(int Heap, int Stack, int Trail, int max_table_size,
#endif
ActiveSignals = 0;
DoingUndefp = FALSE;
DelayArenaOverflows = 0;
DBErasedList = NULL;
DBErasedIList = NULL;
Yap_heap_regs->IntLUKeys = NULL;