infiles[i].preprocessed = false;
}
- if (!combine_inputs && have_c && have_o && n_infiles > 1)
+ if (!combine_inputs && have_c && have_o && lang_n_infiles > 1)
fatal ("cannot specify -o with -c or -S with multiple files");
if (combine_flag && save_temps_flag)