Allow typedefs and classes in structs.

This commit is contained in:
Bill Currie 2011-02-07 20:50:06 +09:00
parent aefd2a27d5
commit da4ec3d47c

View file

@ -538,6 +538,7 @@ struct_defs
struct_def
: type struct_decl_list
| type_name_or_class_name struct_decl_list
| type
;