* config/i386/xm-i386.h: Make __i386__ a boolean macro.
authorRoger Collins <roger@ProProject.com>
Wed, 24 Jan 2001 18:40:46 +0000 (18:40 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 24 Jan 2001 18:40:46 +0000 (18:40 +0000)
From-SVN: r39239

gcc/ChangeLog
gcc/config/i386/xm-i386.h

index e5c63606d437b6eb335c0cacc1cfc2ab9e7d3a85..64847977187e1f3bd9c9cfef077cc264ea844d88 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-24  Roger Collins <roger@ProProject.com>
+         
+        * config/i386/xm-i386.h: Make __i386__ a boolean macro.
+
 2001-01-24  Will Cohen  <wcohen@redhat.com>
 
        * config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account
index bb0c34e507ba655dd2272c021bb979ac0babcb8e..d115e6eff0d30d7ae31252ab8cf86157aea76402 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 #ifndef __i386__
-#define __i386__
+#define __i386__ 1
 #endif
 
 /* #defines that need visibility everywhere.  */