diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-19 14:22:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-19 14:22:03 -0400 |
| commit | adbb07fdc27af677923fb5453b845c7cd7b135a7 (patch) | |
| tree | 490caac013b97a49545487c956b8586b82ceeb9c /types.h | |
| parent | 7b444cd8249c933fb24e5195d9c511156f8b22f4 (diff) | |
Module imports
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,6 +53,7 @@ struct type_s { StructType, EnumType, TypeInfoType, + ModuleType, } tag; union { @@ -98,6 +99,9 @@ struct type_s { const char *name; type_t *type; } TypeInfoType; + struct { + const char *name; + } ModuleType; } __data; }; |
