]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/glr.c (yylval): As in yacc.c, don't extern in the header for
[bison.git] / ChangeLog
index d42aa25471a1b2831e993d5aaf2ef42af0fdbdb2..c0caf03ff56a52c70ec622f31e63034140b2d161 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
        that the yacc script isn't corrupt.  Reported by Hans Aberg at
        <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
 
+       * data/glr.c (yylval): As in yacc.c, don't extern in the header for
+       the case of pure parsers.  Reported by Frans Englich at
+       <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
+       * THANKS: Add Frans Englich.
+
 2007-05-20  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Extend the front-end API for %define variables to more completely