Added code that calls LLmessage(-1) when needed, and when LL_NEWMESS is
defined.
This commit is contained in:
parent
96e1ce1b52
commit
8503344eea
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user