From: ceriel Date: Mon, 3 Nov 1986 14:09:28 +0000 (+0000) Subject: Added some code to skip to EOF with LL_NEWMESS. X-Git-Tag: release-5-5~5167 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=97e027db335869965d9a31e30f5ac0d4f8dd3ca2;p=ack.git Added some code to skip to EOF with LL_NEWMESS. --- 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; }