diff options
| -rw-r--r-- | include/stdbool.h | 4 | 
1 files changed, 2 insertions, 2 deletions
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 -#define __bool_true_false_are_defined 1 -  #endif +#define __bool_true_false_are_defined 1 +  #endif  | 
