That was: LL_NEWMESS, not LL_NEWMESSAGE!
This commit is contained in:
parent
79a736a9f6
commit
7d2ee932e9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ LLread() {
|
||||||
LLerror(t) {
|
LLerror(t) {
|
||||||
register int i;
|
register int i;
|
||||||
|
|
||||||
#ifdef LL_NEWMESSAGE
|
#ifdef LL_NEWMESS
|
||||||
if (t == EOFILE) {
|
if (t == EOFILE) {
|
||||||
LLmessage(-1);
|
LLmessage(-1);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue