diff --git a/bfd/elf.c b/bfd/elf.c index 664fb6ced0a..6ef60301091 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -51,7 +51,7 @@ SECTION /* Utility macro to make testing for string equality easier to read. */ #ifndef streq -#define streq(A,B) strcmp ((A), (B)) == 0 +#define streq(A,B) (strcmp ((A), (B)) == 0) #endif /* Core note names. */