X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cd08e51edafa326fd8a6327f0b659fdbceb24dda..78bcec17c82fe777c90f86717773de35bb5018e7:/src/state.c diff --git a/src/state.c b/src/state.c index 71914025..b258ceeb 100644 --- a/src/state.c +++ b/src/state.c @@ -266,13 +266,13 @@ state_compare (const state_t *s1, const state_t *s2) int i; if (s1->nitems != s2->nitems) - return FALSE; + return false; for (i = 0; i < s1->nitems; ++i) if (s1->items[i] != s2->items[i]) - return FALSE; + return false; - return TRUE; + return true; } static unsigned int