X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f9d52903f176fbcf07edf8102cdb69f4744b2ddb..f0ad1b2fb28da66a3fadd9890cf621f55eb90986:/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); }