X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1c4aa81df1fd11e2be5b2af78b4375f85bb2e59e..abcc7c03ccf95f3c19445330b9b6d55365c85ccc:/src/main.c diff --git a/src/main.c b/src/main.c index 5769693e..c8dc696e 100644 --- a/src/main.c +++ b/src/main.c @@ -36,7 +36,7 @@ #include "gram.h" #include "lalr.h" #include "ielr.h" -#include "muscle_tab.h" +#include "muscle-tab.h" #include "nullable.h" #include "output.h" #include "print.h" @@ -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;