137 /* Set exit_failure to STATUS if that's not the default already. */ 139 initialize_exit_failure (int status) 140 { 141 if (status != EXIT_FAILURE) 142 exit_failure = status; 143 }