fix misparse of void () foo;

This commit is contained in:
Bill Currie 2004-02-10 23:49:45 +00:00
parent 7af8f8a6f6
commit e2602bc9d5

View file

@ -416,7 +416,7 @@ def_item
func_defs
: func_def_list ',' fdef_name func_term
| func_term {}
| def_name func_term {}
;
func_term