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