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:
Родитель
1de82b220d
Коммит
2182e37433
|
@ -52,7 +52,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef __cplusplus /* (rabe) */
|
||||
typedef char bool;
|
||||
typedef unsigned char bool;
|
||||
#define typedef_bool
|
||||
#endif /* (rabe) */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче