From aee0311321e9104106afa96ae900e18ecf13ec59 Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 22 Jul 1994 09:06:29 +0000 Subject: Encapsulated between ifdef CPLUS_BUG22 --- utils/bool.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils') 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 */ -- cgit v1.1