X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/eff97eb54a1ff17da66f9d1c746eb009feeba889..72cd9a913f6d282c5e24990505c2c820bda2bf1b:/src/tables.c diff --git a/src/tables.c b/src/tables.c index f22ec9aa..96354b1a 100644 --- a/src/tables.c +++ b/src/tables.c @@ -309,7 +309,7 @@ action_row (state *s) { char *default_reductions = muscle_percent_define_get ("lr.default-reductions"); - if (0 != strcmp (default_reductions, "most") && !s->consistent) + if (STRNEQ (default_reductions, "most") && !s->consistent) nodefault = true; free (default_reductions); }