diff options
Diffstat (limited to 'include/kern/common.h')
-rw-r--r-- | include/kern/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kern/common.h b/include/kern/common.h index 653279e..c5afe3f 100644 --- a/include/kern/common.h +++ b/include/kern/common.h @@ -19,7 +19,7 @@ #define CTZ(n) __builtin_ctz(n) -#define bool int +#define bool unsigned int #ifndef __cplusplus #define true 1 #define false 0 |