From: Bruce Korb Date: Sat, 26 May 2001 17:27:10 +0000 (+0000) Subject: We must apply the fix in test mode X-Git-Tag: prereleases/libstdc++-3.0.95~4162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89e50a58a5c9df69dc5a94e34189b5a4bca2b145;p=thirdparty%2Fgcc.git We must apply the fix in test mode From-SVN: r42634 --- diff --git a/gcc/fixinc/fixtests.c b/gcc/fixinc/fixtests.c index a2d5fafe59a0..ce254d8854ff 100644 --- a/gcc/fixinc/fixtests.c +++ b/gcc/fixinc/fixtests.c @@ -120,7 +120,7 @@ TEST_FOR_FIX_PROC_HEAD( machine_name_test ) TEST_FOR_FIX_PROC_HEAD( stdc_0_in_system_headers_test ) { #ifdef STDC_0_IN_SYSTEM_HEADERS - return SKIP_FIX; + return (pz_machine == NULL) ? APPLY_FIX : SKIP_FIX; #else return APPLY_FIX; #endif