]> git.saurik.com Git - bison.git/blobdiff - src/lex.c
* src/getargs.c (fixed_outfiles): Rename as...
[bison.git] / src / lex.c
index abcf199e2811cdf2bfd82e4cdc869b93239ecfb7..cc27ccbb94f5e8c7d3da2f8ba39ad4af04c6edc0 100644 (file)
--- a/src/lex.c
+++ b/src/lex.c
@@ -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 */