fix 'aaaa''aaaa' in no escape mode

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@266 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-01-03 18:35:46 +00:00
parent 74f1a5310a
commit 48b5a364e3
2 changed files with 2 additions and 2 deletions

View File

@ -1299,8 +1299,8 @@ fast_tokenizer(void)
my_fgetch();
if (ch != quote)
break;
my_fgetch();
*charp++ = ch;
my_fgetch();
} else if (ch == '\\' && yap_flags[CHARACTER_ESCAPE_FLAG] != CPROLOG_CHARACTER_ESCAPES) {
/* escape sequence */
ch = my_fgetch();

View File

@ -118,7 +118,7 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
extern int gc_calls;
vsc_count++;
if (vsc_count < 49036000) return;
/* if (vsc_count < 49036000) return; */
/* if (vsc_count > 500000) exit(0); */
/* if (gc_calls < 1) return;*/
YP_fprintf(YP_stderr,"%lu (%x) ", vsc_count, CreepFlag);