summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/bool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/bool.h b/utils/bool.h
index 67f2265..e860361 100644
--- a/utils/bool.h
+++ b/utils/bool.h
@@ -14,6 +14,8 @@
#ifndef _bool_h
#define _bool_h 1
+#ifdef CPLUS_BUG22
+
#if defined(true)
#undef true
#undef false
@@ -24,4 +26,6 @@ enum bool {
false = 0
};
+#endif
+
#endif /* _bool_h */