aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-21 13:33:10 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-21 13:33:10 -0400
commit4592e95fa937e5e8ef8343053b9d5accb2aa5d56 (patch)
treea4c7f425539ce1bece62824f4accd9e1e1132c3e /types.h
parentf142b4ae537dff46d7df0509ca6a9e616e9b1812 (diff)
Pull namespaces from the type binding
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 17c778fa..83d8ca6a 100644
--- a/types.h
+++ b/types.h
@@ -98,6 +98,7 @@ struct type_s {
struct {
const char *name;
type_t *type;
+ struct env_s *env;
} TypeInfoType;
struct {
const char *name;