summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorchatty1994-07-22 09:06:29 +0000
committerchatty1994-07-22 09:06:29 +0000
commitaee0311321e9104106afa96ae900e18ecf13ec59 (patch)
tree16ffc3bd75439506f672517163d11082e951cbbb /utils
parent9a31434a49b3a711f811ad78ce36c4aa62db1de1 (diff)
downloadivy-league-aee0311321e9104106afa96ae900e18ecf13ec59.zip
ivy-league-aee0311321e9104106afa96ae900e18ecf13ec59.tar.gz
ivy-league-aee0311321e9104106afa96ae900e18ecf13ec59.tar.bz2
ivy-league-aee0311321e9104106afa96ae900e18ecf13ec59.tar.xz
Encapsulated between ifdef CPLUS_BUG22
Diffstat (limited to 'utils')
-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 */