diff --git a/stdbool.h b/stdbool.h index 77a85ae..37ff7bd 100644 --- a/stdbool.h +++ b/stdbool.h @@ -7,12 +7,16 @@ #define __FSTD_HDRS_STDBOOL_H_MACROS 1 #ifndef __cplusplus +# undef bool # define bool _Bool +# undef true # define true 1 +# undef false # define false 0 #endif +#undef __bool_true_false_are_defined #define __bool_true_false_are_defined 1 #endif