mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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
|
ivar_decl
|
||||||
: type { $<spec>$ = $1; } ivars
|
: type { $<spec>$ = $1; } ivars
|
||||||
|
| type_name_or_class_name
|
||||||
|
{
|
||||||
|
$<spec>$ = make_spec ($1->type, 0, 0, 0);
|
||||||
|
}
|
||||||
|
ivars {}
|
||||||
;
|
;
|
||||||
|
|
||||||
ivars
|
ivars
|
||||||
|
|
Loading…
Reference in a new issue