From a0a3f2d2b6cb0c31a959f4c627250000cd111675 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 29 Oct 1986 11:30:50 +0000 Subject: [PATCH] Added code that calls LLmessage(-1) when needed, and when LL_NEWMESS is defined. --- util/LLgen/lib/rec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util/LLgen/lib/rec b/util/LLgen/lib/rec index eff58df1b..7eaea1f4b 100644 --- a/util/LLgen/lib/rec +++ b/util/LLgen/lib/rec @@ -55,6 +55,12 @@ LLread() { LLerror(t) { register int i; +#ifdef LL_NEWMESSAGE + if (t == EOFILE) { + LLmessage(-1); + return; + } +#endif if ((LLcsymb = LLindex[LLsymb]) < 0) { LLmessage(0); LLread(); -- 2.34.1