From 7d2ee932e92bae79c03f699e15da2062685271d1 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 7eaea1f4b..d066f00db 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; -- 2.34.1