]> git.saurik.com Git - bison.git/blobdiff - src/main.c
Fix handling of yychar manipulation in user semantic actions.
[bison.git] / src / main.c
index 7a9a49d8211e911ccbf2f0e397191eede60063b6..c8dc696efceb7cdcb262f24255785a2984c61fb7 100644 (file)
@@ -114,7 +114,7 @@ main (int argc, char *argv[])
      declarations.  */
   timevar_push (TV_CONFLICTS);
   conflicts_solve ();
-  if (!muscle_percent_define_flag_if ("lr.keep_unreachable_states"))
+  if (!muscle_percent_define_flag_if ("lr.keep-unreachable-states"))
     {
       state_number *old_to_new = xnmalloc (nstates, sizeof *old_to_new);
       state_number nstates_old = nstates;