small fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1970 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2007-10-29 22:48:54 +00:00
parent 22c5632a53
commit d3bbba177f
6 changed files with 16 additions and 9 deletions

View File

@@ -503,8 +503,6 @@ non_ground(Term t, Term *Var)
if (out >= 0)
return out;
}
extern int Yap_do_low_level_trace;
Yap_do_low_level_trace=1;
if (!Yap_ExpandPreAllocCodeSpace(0, NULL)) {
Yap_Error(OUT_OF_AUXSPACE_ERROR, ARG1, "overflow in ground");
return FALSE;