minor fix to LLlex.c
This commit is contained in:
parent
5f638d7aac
commit
f932863ee1
@ -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…
x
Reference in New Issue
Block a user