X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ea0a767697594d2eda37daf5ecbf2fdaf60d2189..6f8bdce25df5669b0b200c2a3848a1c08a44eb79:/src/tables.c diff --git a/src/tables.c b/src/tables.c index ef37fbab..8f459cfe 100644 --- a/src/tables.c +++ b/src/tables.c @@ -310,7 +310,7 @@ action_row (state *s) { char *default_reductions = muscle_percent_define_get ("lr.default-reductions"); - if (0 != strcmp (default_reductions, "all") && !s->consistent) + if (0 != strcmp (default_reductions, "most") && !s->consistent) nodefault = true; free (default_reductions); }