compiler would break with g :- a:[u].

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@396 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-03-04 03:25:41 +00:00
parent 63c30bc7b3
commit 44a00eb7fc
3 changed files with 27 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
/* extern int gc_calls; */
vsc_count++;
if (vsc_count < 84600) return;
/* if (vsc_count < 84600) return; */
/* if (vsc_count == 6469) {
printf("Here I go\n");
}