bug fix in LLlex.c, "string_token"

This commit is contained in:
ceriel 1986-12-16 14:30:33 +00:00
parent 9919cc1ba6
commit 33a89a8684

View file

@ -495,6 +495,7 @@ string_token(nm, stop_char, plen)
LoadChar(ch);
if (ch == '\n') {
LineNumber++;
LoadChar(ch);
continue;
}
ch = quoted(ch);