From a75b8f47d17745e61ef010a3faeb1624e346a0d4 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Mon, 13 Aug 2001 13:29:29 +0000 Subject: [PATCH] Remove comment, which didn't even help anyway. Submitted by: bde, long ago --- include/stdbool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/stdbool.h b/include/stdbool.h index 84c7fa58e6cf..1e6bd6578c56 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