Loading...
include/stdbool.h Libc-825.24 Libc-583
--- Libc/Libc-825.24/include/stdbool.h
+++ Libc/Libc-583/include/stdbool.h
@@ -38,8 +38,8 @@
 typedef	int	_Bool;
 #endif
 
-#define	false	0
-#define	true	1
+#define	false	(bool)0
+#define	true	(bool)1
 
 #endif /* !__cplusplus */