]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Get rid of yyrhs and yyprhs in larl1.java.
[bison.git] / ChangeLog
index 06abb17cdcfd816363dfa6fe34339519d1fa6cc1..4485a14548f02714a85afa8972be492c885cee8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-25  Akim Demaille  <demaille@gostai.com>
+
+       Get rid of yyrhs and yyprhs in larl1.java.
+       * data/lalr1.java (yyrhs_, yyprhs_): Remove.
+       (yy_reduce_print): Rather, use yystos_ and the state stack.
+
 2008-11-25  Akim Demaille  <demaille@gostai.com>
 
        Formatting changes.