From 66ffc2ae07941e00406493020579a0b695b535ee Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 15 Oct 2025 10:44:06 +0200 Subject: implement long double (as double synonym). wchar_t placeholder --- type.c | 1 - 1 file changed, 1 deletion(-) (limited to 'type.c') 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 struct typedata typedata[1<<13]; const char *ttypenames[1<<10]; -- cgit v1.2.3