Added some code to skip to EOF with LL_NEWMESS.
This commit is contained in:
parent
7d2ee932e9
commit
97e027db33
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ LLerror(t) {
|
||||||
|
|
||||||
#ifdef LL_NEWMESS
|
#ifdef LL_NEWMESS
|
||||||
if (t == EOFILE) {
|
if (t == EOFILE) {
|
||||||
|
while ((LLsymb = LL_LEXI()) > 0) /* nothing */ ;
|
||||||
LLmessage(-1);
|
LLmessage(-1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue