mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
fix some type classes in older bison
This commit is contained in:
parent
02d89ee7d5
commit
69730cae8b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue