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