X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d815ec4a6290e18fac9220438622f6dd27b3227f..6f8bdce25df5669b0b200c2a3848a1c08a44eb79:/src/tables.c diff --git a/src/tables.c b/src/tables.c index 930a6a5f..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, "full") && !s->consistent) + if (0 != strcmp (default_reductions, "most") && !s->consistent) nodefault = true; free (default_reductions); }