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 96e1ce1b52
commit 8503344eea

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