Undef TRUE and FALSE before #include.
authorRichard Stallman <rms@gnu.org>
Mon, 24 May 1993 06:52:31 +0000 (06:52 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 24 May 1993 06:52:31 +0000 (06:52 +0000)
From-SVN: r4552

gcc/config/i386/xm-aix.h

index 88ccb88..9e8f669 100644 (file)
@@ -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)