From 33a89a868498347bb5f47e44d9aae4677de40f70 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 16 Dec 1986 14:30:33 +0000 Subject: [PATCH] bug fix in LLlex.c, "string_token" --- lang/cem/cemcom/LLlex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cem/cemcom/LLlex.c b/lang/cem/cemcom/LLlex.c index e8b245cce..309b21bb7 100644 --- a/lang/cem/cemcom/LLlex.c +++ b/lang/cem/cemcom/LLlex.c @@ -495,6 +495,7 @@ string_token(nm, stop_char, plen) LoadChar(ch); if (ch == '\n') { LineNumber++; + LoadChar(ch); continue; } ch = quoted(ch); -- 2.34.1