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