]> granicus.if.org Git - curl/commitdiff
the bool typedef is now made unsigned, to make sure it stays that on all
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jan 2002 22:47:21 +0000 (22:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jan 2002 22:47:21 +0000 (22:47 +0000)
platforms, unrelated to what they might prefer by default

lib/setup.h

index cdec0f9d66bfc691769cc9e95f9d0ea961dbe98e..dc2280da50ca1d328b858fb9e0a8fdf88dd0e7be 100644 (file)
@@ -52,7 +52,7 @@
 #endif
 
 #ifndef __cplusplus        /* (rabe) */
-typedef char bool;
+typedef unsigned char bool;
 #define typedef_bool
 #endif                     /* (rabe) */