From 89e50a58a5c9df69dc5a94e34189b5a4bca2b145 Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Sat, 26 May 2001 17:27:10 +0000 Subject: [PATCH] We must apply the fix in test mode From-SVN: r42634 --- gcc/fixinc/fixtests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fixinc/fixtests.c b/gcc/fixinc/fixtests.c index a2d5fafe59a..ce254d8854f 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 -- 2.30.2