]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fuse yyval and yyloc into yylhs.
[bison.git] / ChangeLog
index 825b315f3e9678a566ff413034905b7e86f64fa6..e5e9e9f36dcbf2ed05d7a89d83551fe86e9dde03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-11-09  Akim Demaille  <demaille@gostai.com>
+
+       Fuse yyval and yyloc into yylhs.
+       * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
+       yylhs.
+       (parse): Replace yyval and yyloc with yylhs.value and
+       yylhs.location.
+       After a user action, compute yylhs.state earlier.
+       (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
+       fresh error_token.
+
+2008-11-09  Di-an Jan  <dianj@freeshell.org>
+
+       Remove unused variable.
+       * src/output.c (type_names_output): Remove unused variable sep.
+
 2008-11-09  Paolo Bonzini  <bonzini@gnu.org>
 
        Change tests/output.at quoting.
 2008-11-09  Paolo Bonzini  <bonzini@gnu.org>
 
        Change tests/output.at quoting.