X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34136e65fc7bd6babcfedcbfcfdca3b9feb10f1d..0fe9720964da510a2b359af390a3053aace65f9f:/src/uniqstr.c diff --git a/src/uniqstr.c b/src/uniqstr.c index 7b2bb205..f2954443 100644 --- a/src/uniqstr.c +++ b/src/uniqstr.c @@ -111,7 +111,7 @@ uniqstr_print_processor (void *ustr, void *null ATTRIBUTE_UNUSED) static bool hash_compare_uniqstr (void const *m1, void const *m2) { - return strcmp (m1, m2) == 0; + return STREQ (m1, m2); } static size_t