Rearrange fields

This commit is contained in:
Bruce Hill 2025-03-11 13:09:15 -04:00
parent bdc0b89265
commit d254b440f8

View File

@ -107,14 +107,14 @@ struct type_s {
struct {
const char *name;
arg_t *fields;
bool opaque;
struct env_s *env;
bool opaque;
} StructType;
struct {
const char *name;
tag_t *tags;
bool opaque;
struct env_s *env;
bool opaque;
} EnumType;
struct {
type_t *type;