Fix a type clash warning I'd failed to notice.

This commit is contained in:
Bill Currie 2011-02-08 08:23:25 +09:00
parent 35d53d0d77
commit daa88d8f1c

View file

@ -708,7 +708,7 @@ decl_list
; ;
decl decl
: function_decl : function_decl {}
| var_decl opt_initializer | var_decl opt_initializer
{ {
specifier_t spec = $<spec>0; specifier_t spec = $<spec>0;