diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 55c4bb12..9f399d5e 100644 --- a/configure.in +++ b/configure.in @@ -81,7 +81,7 @@ typedef unsigned char uchar_t; typedef unsigned short ushort_t; typedef unsigned long ulong_t; typedef unsigned int uint_t; -typedef int bool_t; +typedef unsigned char bool_t; #endif /* __D_SIZE_H__ */ |