]> andersk Git - splint.git/blobdiff - test/utypes.c
Modified tests to account for bool being defined in the standard library.
[splint.git] / test / utypes.c
index 38cda606bb27b5852191585d8f44feee58a04ab6..1df654bbda1b29c2350bc95082f14f270253d89c 100644 (file)
@@ -9,7 +9,7 @@ typedef unsigned long ulong;
 /* the platform), we have to take steps to prevent name clashes. */
 /*** NOTE: This requires that you include std.h *before* any other ***/
 /*** header file that includes sys/types.h. ***/
-#define bool bool_          /* (maybe not needed) */
+//#define bool bool_          / * (maybe not needed) * /
 #define uchar uchar_
 #define uint uint_
 #define ushort ushort_
This page took 0.047251 seconds and 4 git commands to generate.