Added some code to skip to EOF with LL_NEWMESS.
authorceriel <none@none>
Mon, 3 Nov 1986 14:09:28 +0000 (14:09 +0000)
committerceriel <none@none>
Mon, 3 Nov 1986 14:09:28 +0000 (14:09 +0000)
util/LLgen/lib/rec

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