]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/score7-dis.c
Remove strneq macro and use startswith.
[thirdparty/binutils-gdb.git] / opcodes / score7-dis.c
index 53873079594c0abc28e2a19645082d62ff09d526..6ffc7f6fa7390f1aa28ce7fc9bd81ec25fc160ea 100644 (file)
 #define streq(a,b)    (strcmp ((a), (b)) == 0)
 #endif
 
-#ifndef strneq
-#define strneq(a,b,n)    (strncmp ((a), (b), (n)) == 0)
-#endif
-
 #ifndef NUM_ELEM
 #define NUM_ELEM(a)     (sizeof (a) / sizeof (a)[0])
 #endif