From 7bbfa1e32537ea0c5e98c0dbb5f77f7bf342118b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 31 Aug 2025 17:07:52 +0900 Subject: feat: support cast expression (any types can be coerced to any types for now) --- src/std.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/std.h') diff --git a/src/std.h b/src/std.h index b6b0e3d..ad31747 100644 --- a/src/std.h +++ b/src/std.h @@ -46,12 +46,6 @@ int system(const char*); } \ } while (0) -#ifdef __ducc__ -#define INT_CAST -#else -#define INT_CAST (int) -#endif - #include int vfprintf(FILE*, const char*, va_list); -- cgit v1.2.3-70-g09d2