make sure current_type is set properly for struct fields

This commit is contained in:
Bill Currie 2002-07-17 17:17:05 +00:00
parent b0d568d85f
commit 7fcdef1943

View file

@ -232,8 +232,7 @@ struct_defs
;
struct_def
: type struct_def_list
{}
: type { current_type = $1; } struct_def_list
;
enum_list