]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/glr.c (yy_reduce_print): The loop was quite wrong: type are
[bison.git] / ChangeLog
index 3d44d8997e17388994707bfa48bc5b6af6e8b52e..9827aaac7676b24f690e0462006c58de7e89826d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-14  Akim Demaille  <akim@epita.fr>
+
+       * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
+       from 1 to N, while values and location start at 0.
+       (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
+
 2005-11-14  Akim Demaille  <akim@epita.fr>
 
        * data/glr.c (yy_reduce_print): Fix the $ number.