aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-10-15 10:44:06 +0200
committerlemon <lsof@mailbox.org>2025-10-15 10:44:06 +0200
commit66ffc2ae07941e00406493020579a0b695b535ee (patch)
tree705422eed8562683fdaa15b32b0ba55f2c44c3a0 /type.c
parente9896f1db183fefc0392273c2579c3481510f624 (diff)
implement long double (as double synonym). wchar_t placeholder
Diffstat (limited to 'type.c')
-rw-r--r--type.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/type.c b/type.c
index 724c337..b93a654 100644
--- a/type.c
+++ b/type.c
@@ -1,5 +1,4 @@
#include "common.h"
-#include <string.h>
struct typedata typedata[1<<13];
const char *ttypenames[1<<10];