X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c265fd6beb1a50426e06b64ed8c59c61597544b4..b4f1840114eefae612115395ea24d3c58d7edf0c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 06abb17c..4485a145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-25 Akim Demaille + + 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 Formatting changes.