From: Richard Stallman Date: Mon, 24 May 1993 06:52:31 +0000 (+0000) Subject: Undef TRUE and FALSE before #include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f91d9a467729f3331266f73ff0249eefdf19fd8a;p=gcc.git Undef TRUE and FALSE before #include. From-SVN: r4552 --- 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)