Commit 2182e374 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the bool typedef is now made unsigned, to make sure it stays that on all

platforms, unrelated to what they might prefer by default
parent 1de82b22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
#endif

#ifndef __cplusplus        /* (rabe) */
typedef char bool;
typedef unsigned char bool;
#define typedef_bool
#endif                     /* (rabe) */