summaryrefslogtreecommitdiff
path: root/built_in.h
diff options
context:
space:
mode:
Diffstat (limited to 'built_in.h')
-rw-r--r--built_in.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/built_in.h b/built_in.h
index 92996ce..8e1ba0d 100644
--- a/built_in.h
+++ b/built_in.h
@@ -103,10 +103,6 @@ typedef uint8_t u8;
#define __is_defined(arg1_or_junk) ___is_defined(arg1_or_junk 1, 0)
#define ___is_defined(__ignored, val, ...) val
-#ifndef force_cast
-# define force_cast(type, arg) ((type) (arg))
-#endif
-
#ifndef max
# define max(a, b) \
({ \