diff options
| author | grischka <grischka> | 2013-02-04 15:10:08 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2013-02-04 16:24:56 +0100 |
| commit | 263dc93cfab453ad04d1ec0f304acdb16e63405c (patch) | |
| tree | 37406e9543cfd1f90ce99a2f7ac497e9422f3049 /tcc.h | |
| parent | f71520724926baa049973dd5115d1dfb638be94e (diff) | |
| download | tinycc-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
