]> git.saurik.com Git - bison.git/commit
Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
authorJoel E. Denny <jdenny@clemson.edu>
Sat, 29 Aug 2009 20:25:58 +0000 (16:25 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Sat, 29 Aug 2009 20:29:33 +0000 (16:29 -0400)
commit2646cd540bfdd35f457e0e0a1bcc5f9b26a96849
tree038b08fa19756efd1a300c454de116cfa3554452
parentcf499cff31eabd04e37107484647bdd453137d1d
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.
ChangeLog
src/scan-code.h