mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Must merge specifiers :P
This commit is contained in:
parent
4420a7125e
commit
52799a4e1c
1 changed files with 3 additions and 0 deletions
|
@ -391,6 +391,9 @@ type_name_or_class_name
|
||||||
specifiers
|
specifiers
|
||||||
: type_specifier_or_storage_class
|
: type_specifier_or_storage_class
|
||||||
| specifiers type_specifier_or_storage_class
|
| specifiers type_specifier_or_storage_class
|
||||||
|
{
|
||||||
|
$$ = spec_merge ($1, $2);
|
||||||
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
Loading…
Reference in a new issue