diff --git a/include/stdbool.h b/include/stdbool.h index 420c332c..a9d7ab78 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -7,8 +7,8 @@ #define false 0 #define bool _Bool +#endif + #define __bool_true_false_are_defined 1 #endif - -#endif