]> andersk Git - splint.git/blobdiff - test/db3/bool.h
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / db3 / bool.h
index e1134d6b1587e7b72e02836e439fa45983bb9ec8..71f5716117d7ff3b10d109f97ef80a1bc59c3a0b 100644 (file)
@@ -2,11 +2,11 @@
 #define BOOL_H
 
 #ifndef FALSE
-#define FALSE 0
+#define FALSE false
 #endif
 
 #ifndef TRUE
-#define TRUE (!FALSE)
+#define TRUE true
 #endif
 /*@-cppnames@*/
 typedef int bool;
This page took 0.130271 seconds and 4 git commands to generate.