Added some code to skip to EOF with LL_NEWMESS.

This commit is contained in:
ceriel 1986-11-03 14:09:28 +00:00
parent 7d2ee932e9
commit 97e027db33

View file

@ -57,6 +57,7 @@ LLerror(t) {
#ifdef LL_NEWMESS
if (t == EOFILE) {
while ((LLsymb = LL_LEXI()) > 0) /* nothing */ ;
LLmessage(-1);
return;
}