aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 13:04:50 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 13:04:50 -0500
commitec7a9e5f107a68072b3a4dd84aa6a4b461657345 (patch)
tree2a03723c2d8060e4503c6b9ecb97baad9432cd3d /types.h
parent4dc70c84d4226174d44f1b53599d08de7a4e83aa (diff)
Initial pass at namespacing
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/types.h b/types.h
index 4fcc391f..073bbe3b 100644
--- a/types.h
+++ b/types.h
@@ -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;
};