]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Push a complete symbol, not connected parts.
[bison.git] / ChangeLog
index b104379ff4ee2faaff79a1ad310a095c419e8261..00b38614e84adc1457f944c9441f93e9ba5d18ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-09  Akim Demaille  <demaille@gostai.com>
+
+       Push a complete symbol, not connected parts.
+       * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
+       state, value and location.
+       Adjust callers.
+
 2008-11-09  Akim Demaille  <demaille@gostai.com>
 
        Agregate yylval and yylloc.