]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Pass the token type to yysyntax_error.
[bison.git] / ChangeLog
index 77e23d8f0fbb8e1d6cb64f2c152c34b824de76a1..46d4d5beb2f18a34129b986fb01f91c4e9607b96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-11  Akim Demaille  <demaille@gostai.com>
+
+       Pass the token type to yysyntax_error.
+       * data/yacc.c (yysyntax_error): Take the transated token instead
+       of the raw number.
+       Adjust callers.
+       * TODO: Update.
+
 2008-12-11  Akim Demaille  <demaille@gostai.com>
 
        Formatting changes.