]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
[bison.git] / ChangeLog
index ae79ce5e3f2b52ed17c01e94d7102a3ba588d677..7345b242e082a62ec3c7cc1d1d5bf4cadecdedcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-08-29  Joel E. Denny  <jdenny@clemson.edu>
+
+       Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
+       See
+       <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00093.html>.
+       * src/scan-code.h (code_props_rule_action_init): Rename
+       named_ref arg to name so it doesn't shadow named_ref type.  This
+       makes it consistent with the function definition in scan-code.l
+       anyway.
+
 2009-08-28  Joel E. Denny  <jdenny@clemson.edu>
 
        %define: accept unquoted values.