Changed error-messages mechanism

This commit is contained in:
ceriel
1991-11-27 13:40:52 +00:00
parent 9a6aaa700b
commit 0f2001ce84
6 changed files with 21 additions and 29 deletions

View File

@@ -65,5 +65,6 @@ LLmessage(tk)
error("garbage at end of program");
}
else error("%s deleted", symbol2str(dot.tk_symb));
tk_nmb_at_last_syn_err = token_nmb;
}