aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-11 13:09:15 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-11 13:09:15 -0400
commitd254b440f8359b42a097edfeb2db1585fd20c695 (patch)
treee85ddee3b2cd7d2b4cfb223b0bd271be8a24c5c3 /types.h
parentbdc0b89265c66a9521717895388ce08200fcaf64 (diff)
Rearrange fields
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index 1f39f538..e72aa3e1 100644
--- a/types.h
+++ b/types.h
@@ -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;