mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-25 02:52:06 +00:00
Fix a type clash warning I'd failed to notice.
This commit is contained in:
parent
35d53d0d77
commit
daa88d8f1c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue