diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -228,10 +228,6 @@ #define true 1 typedef int BOOL; -#ifndef _STATIC_ASSERT -#define _STATIC_ASSERT(cond) do { (void) sizeof(char [1 - 2*!(cond)]); } while(0) -#endif - #define INCLUDE_STACK_SIZE 32 #define IFDEF_STACK_SIZE 64 #define VSTACK_SIZE 256 |
