From 40a554bc9bd6afe1c1b58c67b0236dde2d8cc029 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 e8b245cc..309b21bb 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);