aboutsummaryrefslogtreecommitdiffstats
path: root/common/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/bool.h')
-rw-r--r--common/bool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bool.h b/common/bool.h
index dbb28e15..eb1d9174 100644
--- a/common/bool.h
+++ b/common/bool.h
@@ -5,7 +5,7 @@
#include <stdbool.h>
#endif
-#if !defined(__cplusplus) && !defined(bool)
+#if !defined(bool) && !defined(__cplusplus)
#ifdef HAVE_C99_BOOL
#define bool _Bool
#else