Added code that calls LLmessage(-1) when needed, and when LL_NEWMESS is
defined.
This commit is contained in:
parent
eedc332a04
commit
a0a3f2d2b6
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue