Added some code to skip to EOF with LL_NEWMESS.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user