mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
make sure current_type is set properly for struct fields
This commit is contained in:
parent
b0d568d85f
commit
7fcdef1943
1 changed files with 1 additions and 2 deletions
|
@ -232,8 +232,7 @@ struct_defs
|
|||
;
|
||||
|
||||
struct_def
|
||||
: type struct_def_list
|
||||
{}
|
||||
: type { current_type = $1; } struct_def_list
|
||||
;
|
||||
|
||||
enum_list
|
||||
|
|
Loading…
Reference in a new issue