diff --git a/src/helper/types.h b/src/helper/types.h index f3d5e04a3..010529ffc 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -47,16 +47,10 @@ #ifndef __cplusplus #define false 0 -#define true 1 +#define true 1 -typedef int _Bool; -#else -typedef bool _Bool; #endif /* __cplusplus */ #endif /* HAVE__BOOL */ - -#define bool _Bool - #endif /* HAVE_STDBOOL_H */ /// turns a macro argument into a string constant