library(system) plus several new support builtins
much improved garbage collector improvements to compiler yaptab compiles again git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@34 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1247,7 +1247,7 @@ static Int
|
||||
p_abort(void)
|
||||
{ /* abort */
|
||||
/* make sure we won't go creeping around */
|
||||
CreepFlag = MinStackGap*(stack_overflows+1);
|
||||
CreepFlag = CalculateStackGap();
|
||||
yap_flags[SPY_CREEP_FLAG] = 0;
|
||||
Error(PURE_ABORT,TermNil,"");
|
||||
return(FALSE);
|
||||
|
||||
Reference in New Issue
Block a user