minor fix to LLlex.c
This commit is contained in:
parent
5f638d7aac
commit
f932863ee1
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ lexwarning("Character constant out of range");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*np++ = '\0';
|
||||||
PushBack(ch);
|
PushBack(ch);
|
||||||
|
|
||||||
if (np >= &buf[NUMSIZE]) {
|
if (np >= &buf[NUMSIZE]) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue