From 97e027db335869965d9a31e30f5ac0d4f8dd3ca2 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 d066f00db..3c8850446 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; } -- 2.34.1