X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34136e65fc7bd6babcfedcbfcfdca3b9feb10f1d..a17187e56386747a9b4d9633c3d116c2087f2b8b:/src/tables.c diff --git a/src/tables.c b/src/tables.c index 35d0c9e4..96354b1a 100644 --- a/src/tables.c +++ b/src/tables.c @@ -22,7 +22,6 @@ #include "system.h" #include -#include #include "complain.h" #include "conflicts.h" @@ -310,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); }