diff options
-rw-r--r-- | lib/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h index cdec0f9d6..dc2280da5 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -52,7 +52,7 @@ #endif #ifndef __cplusplus /* (rabe) */ -typedef char bool; +typedef unsigned char bool; #define typedef_bool #endif /* (rabe) */ |