aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcc.h b/tcc.h
index b8b81c2..5949ab6 100644
--- a/tcc.h
+++ b/tcc.h
@@ -222,12 +222,6 @@
/* -------------------------------------------- */
-#define FALSE 0
-#define false 0
-#define TRUE 1
-#define true 1
-typedef int BOOL;
-
#define INCLUDE_STACK_SIZE 32
#define IFDEF_STACK_SIZE 64
#define VSTACK_SIZE 256