diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 13:04:50 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 13:04:50 -0500 |
| commit | ec7a9e5f107a68072b3a4dd84aa6a4b461657345 (patch) | |
| tree | 2a03723c2d8060e4503c6b9ecb97baad9432cd3d /types.h | |
| parent | 4dc70c84d4226174d44f1b53599d08de7a4e83aa (diff) | |
Initial pass at namespacing
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -85,7 +85,10 @@ struct type_s { const char *name; tag_t *tags; } EnumType; - struct {} TypeInfoType; + struct { + const char *name; + type_t *type; + } TypeInfoType; } __data; }; |
