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