aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2013-02-04 15:10:08 +0100
committergrischka <grischka>2013-02-04 16:24:56 +0100
commit263dc93cfab453ad04d1ec0f304acdb16e63405c (patch)
tree37406e9543cfd1f90ce99a2f7ac497e9422f3049 /tcc.h
parentf71520724926baa049973dd5115d1dfb638be94e (diff)
downloadtinycc-263dc93cfab453ad04d1ec0f304acdb16e63405c.tar.gz
tinycc-263dc93cfab453ad04d1ec0f304acdb16e63405c.tar.bz2
c67: remove global #define's for TRUE/FALSE/BOOL
Also use uppercase TRUE/FALSE instead of true/false
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