]> andersk Git - splint.git/blobdiff - test/db1/bool.h
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / db1 / bool.h
index ca1058b0bf4934e1401e1f169b0a523e74a3d589..8bc9f4c274e847f354bf80cb09254e9069bf0882 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.153822 seconds and 4 git commands to generate.