OSDN Git Service

The Linux variant of GCC has no need of defining "i386", so it doesn't.
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / testing.h
index d2393ad..fbf45e3 100644 (file)
@@ -71,7 +71,7 @@ extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src,
 
 #if defined( MACHINE_NAME_CHECK )
 /* MACH_DIFF: */
 
 #if defined( MACHINE_NAME_CHECK )
 /* MACH_DIFF: */
-#if defined( __i386__ ) || defined( sparc ) || defined( vax )
+#if defined( i386 ) || defined( sparc ) || defined( vax )
 /* no uniform test, so be careful  :-) */
 #endif  /* MACHINE_NAME_CHECK */
 
 /* no uniform test, so be careful  :-) */
 #endif  /* MACHINE_NAME_CHECK */