bool conflict = false;
if (STREQ (*file_name, grammar_file))
{
- complain (complaint, _("refusing to overwrite the input file %s"),
+ complain (NULL, complaint, _("refusing to overwrite the input file %s"),
quote (*file_name));
conflict = true;
}
for (i = 0; i < file_names_count; i++)
if (STREQ (file_names[i], *file_name))
{
- complain (Wother, _("conflicting outputs to file %s"),
+ complain (NULL, Wother, _("conflicting outputs to file %s"),
quote (*file_name));
conflict = true;
}