mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
* src/getargs.c (fixed_outfiles): Rename as...
(yaccflag): for consistency and accuracy. Adjust dependencies.
This commit is contained in:
@@ -232,7 +232,7 @@ open_files (void)
|
||||
|
||||
static char FIXED_NAME_BASE[] = "y.y";
|
||||
|
||||
name_base = fixed_outfiles ? FIXED_NAME_BASE : infile;
|
||||
name_base = yaccflag ? FIXED_NAME_BASE : infile;
|
||||
|
||||
/* BASE_LENGTH gets length of NAME_BASE, sans ".y" suffix if any. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user