diff options
Diffstat (limited to 'opcodes/lm32-opinst.c')
-rw-r--r-- | opcodes/lm32-opinst.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/lm32-opinst.c b/opcodes/lm32-opinst.c index 77d1b2c..f6ad591 100644 --- a/opcodes/lm32-opinst.c +++ b/opcodes/lm32-opinst.c @@ -31,11 +31,7 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. /* Operand references. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define OP_ENT(op) LM32_OPERAND_##op -#else -#define OP_ENT(op) LM32_OPERAND_/**/op -#endif #define INPUT CGEN_OPINST_INPUT #define OUTPUT CGEN_OPINST_OUTPUT #define END CGEN_OPINST_END |