diff options
| -rw-r--r-- | tcctest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ /* only gcc 3 handles _Bool correctly */ //#define BOOL_ISOC99 -//#define C99_MACROS +#define C99_MACROS void string_test(); void expr_test(); |
![]() |
index : tinycc | |
| Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | tcctest.c | 2 |
@@ -9,7 +9,7 @@ /* only gcc 3 handles _Bool correctly */ //#define BOOL_ISOC99 -//#define C99_MACROS +#define C99_MACROS void string_test(); void expr_test(); |