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