diff options
author | jcid <devnull@localhost> | 2008-04-17 22:25:03 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-17 22:25:03 +0200 |
commit | d9a53431af0ba3e6d7010a6509e0ce9c549603e2 (patch) | |
tree | 63a6ad097e68e5e37cfc4c5439476d6794597845 /configure.in | |
parent | 743f7547bc125a1ec1cb71d5a1ab444bfeec2fce (diff) |
- Improved parsing of collapsing white space.
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__ */ |