Commit ee15017c by Bruce Korb

The Linux variant of GCC has no need of defining "i386", so it doesn't.

That renders this test ineffective and the "defined( i386 )" remains
unaltered by fixinc.  This test is now, generally, a noop.

From-SVN: r57847
parent c49d2df6
...@@ -71,7 +71,7 @@ extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src, ...@@ -71,7 +71,7 @@ extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src,
#if defined( MACHINE_NAME_CHECK ) #if defined( MACHINE_NAME_CHECK )
/* MACH_DIFF: */ /* MACH_DIFF: */
#if defined( __i386__ ) || defined( sparc ) || defined( vax ) #if defined( i386 ) || defined( sparc ) || defined( vax )
/* no uniform test, so be careful :-) */ /* no uniform test, so be careful :-) */
#endif /* MACHINE_NAME_CHECK */ #endif /* MACHINE_NAME_CHECK */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment