diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-11 13:09:15 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-11 13:09:15 -0400 |
| commit | d254b440f8359b42a097edfeb2db1585fd20c695 (patch) | |
| tree | e85ddee3b2cd7d2b4cfb223b0bd271be8a24c5c3 | |
| parent | bdc0b89265c66a9521717895388ce08200fcaf64 (diff) | |
Rearrange fields
| -rw-r--r-- | types.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
