From 1672072921a6282d3a6a1e0ff5250ae689d1df44 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 3 Nov 1986 10:28:21 +0000 Subject: [PATCH] That was: LL_NEWMESS, not LL_NEWMESSAGE! --- util/LLgen/lib/rec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/LLgen/lib/rec b/util/LLgen/lib/rec index 7eaea1f4..d066f00d 100644 --- a/util/LLgen/lib/rec +++ b/util/LLgen/lib/rec @@ -55,7 +55,7 @@ LLread() { LLerror(t) { register int i; -#ifdef LL_NEWMESSAGE +#ifdef LL_NEWMESS if (t == EOFILE) { LLmessage(-1); return;