]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Make it easier to move the definition of yytranslate_.
[bison.git] / ChangeLog
index b3e5658ce355cdfa30a8cdb7e7c97f2fac4ade6d..1c76086cae34f7558d66d20243c8e3d05e565e3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-13  Akim Demaille  <demaille@gostai.com>
+
+       Make it easier to move the definition of yytranslate_.
+       Forthcoming changes will make it possible to use yytranslate_
+       from outside the parser implementation file.
+       
+       * data/lalr1.cc (b4_yytranslate_definition): New.
+       Use it.
+
 2008-11-13  Akim Demaille  <demaille@gostai.com>
 
        Remove useless class specification.