aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/std.h')
-rw-r--r--src/std.h6
1 files changed, 0 insertions, 6 deletions
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 <stdarg.h>
int vfprintf(FILE*, const char*, va_list);