mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Allow ivars to use typedefs and other classes.
This commit is contained in:
parent
2203903bb2
commit
dc6296e9b1
1 changed files with 5 additions and 0 deletions
|
@ -1393,6 +1393,11 @@ ivar_decls
|
|||
|
||||
ivar_decl
|
||||
: type { $<spec>$ = $1; } ivars
|
||||
| type_name_or_class_name
|
||||
{
|
||||
$<spec>$ = make_spec ($1->type, 0, 0, 0);
|
||||
}
|
||||
ivars {}
|
||||
;
|
||||
|
||||
ivars
|
||||
|
|
Loading…
Reference in a new issue