bug fix in LLlex.c, "string_token"

This commit is contained in:
ceriel 1986-12-16 14:30:33 +00:00
parent 947f62f278
commit 40a554bc9b

View File

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