mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
fix misparse of void () foo;
This commit is contained in:
parent
7af8f8a6f6
commit
e2602bc9d5
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ def_item
|
|||
|
||||
func_defs
|
||||
: func_def_list ',' fdef_name func_term
|
||||
| func_term {}
|
||||
| def_name func_term {}
|
||||
;
|
||||
|
||||
func_term
|
||||
|
|
Loading…
Reference in a new issue