]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
On syntax errors, report the token on which we choked.
[bison.git] / ChangeLog
index a1274aab527f20c4a510173fbb9d8a7ed3e48735..b0e45468671716923b0c2838dfbe3584adbac230 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-03-17  Akim Demaille  <akim@epita.fr>
+
+       On syntax errors, report the token on which we choked.
+
+       * bison.s1 (yyparse): In the label yyerrlab, when YYERROR_VERBOSE,
+       add yychar in msg.
+
 2000-03-17  Akim Demaille  <akim@epita.fr>
 
        * reader.c (copy_at): New function.