From f932863ee10b42e94f67670a919e4c2ed147bef6 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 21 Oct 1986 14:45:43 +0000 Subject: [PATCH] minor fix to LLlex.c --- lang/m2/comp/LLlex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/m2/comp/LLlex.c b/lang/m2/comp/LLlex.c index 2f4887342..2884c0291 100644 --- a/lang/m2/comp/LLlex.c +++ b/lang/m2/comp/LLlex.c @@ -383,6 +383,7 @@ lexwarning("Character constant out of range"); } } + *np++ = '\0'; PushBack(ch); if (np >= &buf[NUMSIZE]) { -- 2.34.1