From: Paul Eggert Date: Tue, 22 Oct 2002 04:39:05 +0000 (+0000) Subject: (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a) X-Git-Tag: BISON-1_875~413 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5dd5fd4a56ee569247f92d50def20d6476bb4691?hp=fece5986bf9fdcec3e91e289b8660afa7e12ef69 (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a) --- diff --git a/src/muscle_tab.c b/src/muscle_tab.c index abac4a12..b86c09bd 100644 --- a/src/muscle_tab.c +++ b/src/muscle_tab.c @@ -38,7 +38,7 @@ hash_compare_muscles (void const *x, void const *y) { const muscle_entry_t *m1 = x; const muscle_entry_t *m2 = y; - return strcmp (m1->key, m2->key) ? FALSE : TRUE; + return strcmp (m1->key, m2->key) == 0; } static unsigned int