mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
* src/files.c (compute_output_file_names): s/would be both named/
/would both be named/. Reported by Jim Meyering. * tests/output.at (Clashing Output Files): Adjust.
This commit is contained in:
@@ -456,7 +456,7 @@ compute_output_file_names (void)
|
||||
else
|
||||
parser_filename = stringappend (full_base_name, src_extension);
|
||||
if (!strcmp (spec_defines_file, parser_filename))
|
||||
fatal ("header and parser would be both named %s",
|
||||
fatal ("header and parser would both be named %s",
|
||||
quote (parser_filename));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user