minor fix to LLlex.c

This commit is contained in:
ceriel 1986-10-21 14:45:43 +00:00
parent 5f638d7aac
commit f932863ee1

View file

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