Module Name: src
Committed By: joerg
Date: Fri Apr 26 17:41:34 UTC 2013
Modified Files:
src/include: stdbool.h
Log Message:
Define __bool_true_false_are_defined for C++ as well.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/include/stdbool.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/stdbool.h
diff -u src/include/stdbool.h:1.4 src/include/stdbool.h:1.5
--- src/include/stdbool.h:1.4 Fri Apr 26 10:58:22 2013
+++ src/include/stdbool.h Fri Apr 26 17:41:34 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: stdbool.h,v 1.4 2013/04/26 10:58:22 joerg Exp $ */
+/* $NetBSD: stdbool.h,v 1.5 2013/04/26 17:41:34 joerg Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,8 @@
#define true 1
#define false 0
-#define __bool_true_false_are_defined 1
#endif /* __cplusplus */
+#define __bool_true_false_are_defined 1
+
#endif /* _STDBOOL_H_ */