diff options
author | Chris Robinson <[email protected]> | 2018-10-29 11:51:41 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-10-29 11:51:41 -0700 |
commit | 5fea511ccec500f575898df33e9934dec075527c (patch) | |
tree | f7112a50b2d76a28d5b30a8bf8e523442dafde90 /common/bool.h | |
parent | 662e1c5cc2107d45895ac4f6d8c598c89016eaeb (diff) |
Fix some more headers for C++
Diffstat (limited to 'common/bool.h')
-rw-r--r-- | common/bool.h | 2 |
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 |