diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-08-13 13:29:29 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-08-13 13:29:29 +0000 |
commit | 6294027bad54895037359ec3c713f0aed626424b (patch) | |
tree | bc6bbe8dffbd17f0e3579d865b1855421da8517b /include | |
parent | 2921a0c6f2f53f032fdfa53eeea25429cdf5fccd (diff) | |
download | FreeBSD-src-6294027bad54895037359ec3c713f0aed626424b.zip FreeBSD-src-6294027bad54895037359ec3c713f0aed626424b.tar.gz |
Remove comment, which didn't even help anyway.
Submitted by: bde, long ago
Diffstat (limited to 'include')
-rw-r--r-- | include/stdbool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stdbool.h b/include/stdbool.h index 84c7fa5..1e6bd65 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 |