]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
stack::size instead of stack::height.
[bison.git] / ChangeLog
index a7e2b729272b082b75ad6d7226146bd674e2f7ce..2c8de9ebde4ed374a35b8264034bd0e5c5ba61cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-03  Akim Demaille  <demaille@gostai.com>
+
+       stack::size instead of stack::height.
+       * data/lalr1.cc (stack::height): Rename as...
+       (stack::size): this.
+       Fix the output type.
+       Comment changes.
+
 2008-11-03  Akim Demaille  <demaille@gostai.com>
 
        Use variants to support objects as semantic values.