mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Propogate the specifiers through external_decl_list.
This commit is contained in:
parent
0efc759f2d
commit
75d90d2f00
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ function_body
|
|||
|
||||
external_decl_list
|
||||
: external_decl
|
||||
| external_decl_list ',' external_decl
|
||||
| external_decl_list ',' { $<spec>$ = $<spec>0; } external_decl
|
||||
;
|
||||
|
||||
external_decl
|
||||
|
|
Loading…
Reference in a new issue