diff options
Diffstat (limited to 'opcodes/ip2k-desc.h')
-rw-r--r-- | opcodes/ip2k-desc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/ip2k-desc.h b/opcodes/ip2k-desc.h index cbefb1d..1c5af9f 100644 --- a/opcodes/ip2k-desc.h +++ b/opcodes/ip2k-desc.h @@ -28,11 +28,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #define CGEN_ARCH ip2k /* Given symbol S, return ip2k_cgen_<S>. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define CGEN_SYM(s) ip2k##_cgen_##s -#else -#define CGEN_SYM(s) ip2k/**/_cgen_/**/s -#endif /* Selected cpu families. */ |