summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-08-29 16:25:58 -0400
committerJoel E. Denny <jdenny@clemson.edu>2009-08-29 16:31:10 -0400
commit9852b61c2b87f619117e4a170c7c34b29a8afc59 (patch)
tree3ec9a23d480eafdcab022219a1eee46fb48fe67b /ChangeLog
parent5bf2bf7a6d1e6b3df0f82753c6f140b85fe02bf7 (diff)
downloadbison-9852b61c2b87f619117e4a170c7c34b29a8afc59.tar.gz
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. (cherry picked from commit 2646cd540bfdd35f457e0e0a1bcc5f9b26a96849)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae79ce5e..7345b242 100644
--- 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.