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

platforms, unrelated to what they might prefer by default
This commit is contained in:
Daniel Stenberg 2002-01-07 22:47:21 +00:00
Родитель 1de82b220d
Коммит 2182e37433
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,7 @@
#endif
#ifndef __cplusplus /* (rabe) */
typedef char bool;
typedef unsigned char bool;
#define typedef_bool
#endif /* (rabe) */