Added some code to skip to EOF with LL_NEWMESS.
This commit is contained in:
@@ -57,6 +57,7 @@ LLerror(t) {
|
||||
|
||||
#ifdef LL_NEWMESS
|
||||
if (t == EOFILE) {
|
||||
while ((LLsymb = LL_LEXI()) > 0) /* nothing */ ;
|
||||
LLmessage(-1);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user