From 0e75fc383becccd113416677b7e26e0caf21e28b Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 21 Mar 2026 17:55:01 +0100 Subject: Rework handling of predefined macros. And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc --- src/c_type.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/c_type.h') 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); -- cgit v1.2.3