зеркало из https://github.com/github/ruby.git
Honor if `_Bool` is available
`AC_HEADER_STDBOOL` rejects stdbool.h in c2x, which is not conforming to C99.
This commit is contained in:
Родитель
151208a19b
Коммит
f91ea23324
|
@ -39,7 +39,7 @@
|
|||
# /* Take stdbool.h definition. */
|
||||
# include <stdbool.h>
|
||||
|
||||
#else
|
||||
#elif !defined(HAVE__BOOL)
|
||||
typedef unsigned char _Bool;
|
||||
# /* See also http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2229.htm */
|
||||
# define bool _Bool
|
||||
|
|
Загрузка…
Ссылка в новой задаче