From f91d9a467729f3331266f73ff0249eefdf19fd8a Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 24 May 1993 06:52:31 +0000 Subject: [PATCH] Undef TRUE and FALSE before #include. From-SVN: r4552 --- gcc/config/i386/xm-aix.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/xm-aix.h b/gcc/config/i386/xm-aix.h index 88ccb88561f..9e8f669b9a8 100644 --- a/gcc/config/i386/xm-aix.h +++ b/gcc/config/i386/xm-aix.h @@ -19,6 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USG +#undef TRUE +#undef FALSE + #include "i386/xm-i386.h" #define bcopy(a,b,c) memcpy (b,a,c) -- 2.30.2