X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a737b2163c275761f32589bf7c249016452bb730..b59d8a44df6bd5fb41088a41d8ba62c27994e9c2:/src/system.h diff --git a/src/system.h b/src/system.h index 0b11dbe6..a1fee01c 100644 --- a/src/system.h +++ b/src/system.h @@ -183,23 +183,7 @@ void *memrchr (const void *str, int ch, size_t size); | Booleans. | `-----------*/ -#if HAVE_STDBOOL_H -# include -#else -# ifndef __bool_true_false_are_defined -# if ! HAVE__BOOL -# ifdef __cplusplus -typedef bool _Bool; -# else -typedef unsigned char _Bool; -# endif -# endif -# define bool _Bool -# define false 0 -# define true 1 -# define __bool_true_false_are_defined 1 -# endif -#endif +#include /*-----------.