fix error handling for second argument of number_codes and

number_chars/2


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@626 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-10-08 05:00:36 +00:00
parent 1fe8842094
commit 98d9c42c42
3 changed files with 25 additions and 18 deletions

View File

@@ -112,10 +112,11 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
/* extern int gc_calls; */
vsc_count++;
/* if (vsc_count < 123808900) return; */
/* if (vsc_count == 59) {
printf("Here I go\n");
} */
/* if (vsc_count < 24200) return; */
/* if (vsc_count == 24340) {
printf("Here I go\n");
}
*/
/* if (vsc_count > 500000) exit(0); */
/* if (gc_calls < 1) return;*/
#if defined(__GNUC__)