diff --git a/include/stdbool.h b/include/stdbool.h index 84c7fa58e6c..1e6bd6578c5 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -31,7 +31,6 @@ #define __bool_true_false_are_defined 1 -/* And those constants must also be available as macros */ #define false 0 #define true 1