bug fix in LLlex.c, "string_token"
authorceriel <none@none>
Tue, 16 Dec 1986 14:30:33 +0000 (14:30 +0000)
committerceriel <none@none>
Tue, 16 Dec 1986 14:30:33 +0000 (14:30 +0000)
lang/cem/cemcom/LLlex.c

index e8b245c..309b21b 100644 (file)
@@ -495,6 +495,7 @@ string_token(nm, stop_char, plen)
                        LoadChar(ch);
                        if (ch == '\n') {
                                LineNumber++;
+                               LoadChar(ch);
                                continue;
                        }
                        ch = quoted(ch);