diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-08-13 13:29:29 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-08-13 13:29:29 +0000 |
| commit | a75b8f47d17745e61ef010a3faeb1624e346a0d4 (patch) | |
| tree | bc6bbe8dffbd17f0e3579d865b1855421da8517b | |
| parent | 3d66f8090538003bdf5302c3baa3b41d319e3338 (diff) | |
Notes
| -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 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 |
