c67: remove global #define's for TRUE/FALSE/BOOL

Also use uppercase TRUE/FALSE instead of true/false
This commit is contained in:
grischka
2013-02-04 15:10:08 +01:00
parent f715207249
commit 263dc93cfa
5 changed files with 32 additions and 32 deletions

6
tcc.h
View File

@ -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