That was: LL_NEWMESS, not LL_NEWMESSAGE!

This commit is contained in:
ceriel 1986-11-03 10:28:21 +00:00
parent 79a736a9f6
commit 7d2ee932e9

View file

@ -55,7 +55,7 @@ LLread() {
LLerror(t) {
register int i;
#ifdef LL_NEWMESSAGE
#ifdef LL_NEWMESS
if (t == EOFILE) {
LLmessage(-1);
return;