diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-21 13:33:10 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-21 13:33:10 -0400 |
| commit | 4592e95fa937e5e8ef8343053b9d5accb2aa5d56 (patch) | |
| tree | a4c7f425539ce1bece62824f4accd9e1e1132c3e /types.h | |
| parent | f142b4ae537dff46d7df0509ca6a9e616e9b1812 (diff) | |
Pull namespaces from the type binding
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ struct type_s { struct { const char *name; type_t *type; + struct env_s *env; } TypeInfoType; struct { const char *name; |
