fix some type classes in older bison

This commit is contained in:
Bill Currie 2004-02-12 01:37:27 +00:00
parent 02d89ee7d5
commit 69730cae8b

View file

@ -456,8 +456,8 @@ func_defs
;
func_term
: non_code_func ';'
| code_func opt_semi
: non_code_func ';' {}
| code_func opt_semi {}
;
func_def_list