mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Allow typedefs and classes in structs.
This commit is contained in:
parent
aefd2a27d5
commit
da4ec3d47c
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ struct_defs
|
||||||
|
|
||||||
struct_def
|
struct_def
|
||||||
: type struct_decl_list
|
: type struct_decl_list
|
||||||
|
| type_name_or_class_name struct_decl_list
|
||||||
| type
|
| type
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue