Added code that calls LLmessage(-1) when needed, and when LL_NEWMESS is

defined.
This commit is contained in:
ceriel 1986-10-29 11:30:50 +00:00
parent eedc332a04
commit a0a3f2d2b6

View file

@ -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();