]> git.saurik.com Git - bison.git/blobdiff - src/uniqstr.c
warnings: fusion of complain and complain_at
[bison.git] / src / uniqstr.c
index 7b2bb205853be65f9f6c0cf3ac56b2d398134a0b..f2954443e9c9e9a3140fd9766f5905d38d3f050c 100644 (file)
@@ -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