We must apply the fix in test mode

From-SVN: r42634
This commit is contained in:
Bruce Korb 2001-05-26 17:27:10 +00:00
parent 123a7fbfcb
commit 89e50a58a5
1 changed files with 1 additions and 1 deletions

View File

@ -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