minor fix to LLlex.c
authorceriel <none@none>
Tue, 21 Oct 1986 14:45:43 +0000 (14:45 +0000)
committerceriel <none@none>
Tue, 21 Oct 1986 14:45:43 +0000 (14:45 +0000)
lang/m2/comp/LLlex.c

index 2f48873..2884c02 100644 (file)
@@ -383,6 +383,7 @@ lexwarning("Character constant out of range");
                        }
                }
 
+               *np++ = '\0';
                PushBack(ch);
 
                if (np >= &buf[NUMSIZE]) {