* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its
[deliverable/binutils-gdb.git] / opcodes / mips-dis.c
index b0562ea25230caf0a76bc020e93a9d7a0ff41b3a..8af043c977aae0a701b258471e0ca9b57b3ef926 100644 (file)
@@ -575,7 +575,7 @@ parse_mips_dis_option (const char *option, unsigned int len)
   const struct mips_arch_choice *chosen_arch;
 
   /* Try to match options that are simple flags */
-  if (strncmp (option, "no-aliases", 10) == 0)
+  if (CONST_STRNEQ (option, "no-aliases"))
     {
       no_aliases = 1;
       return;
This page took 0.03915 seconds and 4 git commands to generate.