* src/getargs.c (fixed_outfiles): Rename as...

(yaccflag): for consistency and accuracy.
Adjust dependencies.
This commit is contained in:
Akim Demaille
2000-10-02 08:50:07 +00:00
parent d7913476c4
commit 1916f98ef8
8 changed files with 23 additions and 25 deletions

View File

@@ -548,8 +548,8 @@ percent_table[] =
But %{ and %union both put information into files
that have to be opened before read_declarations().
*/
{ "yacc", &fixed_outfiles, NOOP}, /* -y */
{ "fixed_output_files", &fixed_outfiles, NOOP}, /* -y */
{ "yacc", &yaccflag, NOOP}, /* -y */
{ "fixed_output_files", &yaccflag, NOOP}, /* -y */
{ "defines", &definesflag, NOOP}, /* -d */
{ "no_parser", &noparserflag, NOOP}, /* -n */
{ "output_file", &spec_outfile, SETOPT}, /* -o */