From eb91f2c19d0f80d408fdc095632fb11213d51893 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 3 Nov 1986 14:09:28 +0000 Subject: [PATCH] Added some code to skip to EOF with LL_NEWMESS. --- util/LLgen/lib/rec | 1 + 1 file changed, 1 insertion(+) diff --git a/util/LLgen/lib/rec b/util/LLgen/lib/rec index d066f00d..3c885044 100644 --- a/util/LLgen/lib/rec +++ b/util/LLgen/lib/rec @@ -57,6 +57,7 @@ LLerror(t) { #ifdef LL_NEWMESS if (t == EOFILE) { + while ((LLsymb = LL_LEXI()) > 0) /* nothing */ ; LLmessage(-1); return; }