diff options
Diffstat (limited to 'src/c_type.h')
| -rw-r--r-- | src/c_type.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_type.h b/src/c_type.h index 8171366..a9d95c4 100644 --- a/src/c_type.h +++ b/src/c_type.h @@ -122,7 +122,8 @@ typedef struct TypeData { } TypeData; extern TypeData typedata[]; -extern internstr ttypenames[/*id*/]; +extern internstr tagtypetags[/*id*/]; +extern const char *const primtypenames[/*enum typetag*/]; bool isincomplete(Type); uint typesize(Type); |