improved error messages

This commit is contained in:
ceriel
1989-11-17 11:52:33 +00:00
parent ff90971199
commit 5300633c2b
4 changed files with 39 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ LLmessage(tk)
*/
register t_token *dotp = ˙
error("%s missing", symbol2str(tk));
error("%s missing before %s", symbol2str(tk), symbol2str(dotp->tk_symb));
aside = *dotp;