Loading...
--- Libc/Libc-825.26/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 */