From e225357a204e77e9852af469eb1bcc812e0a88d1 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 5 Mar 2001 15:55:01 +0000 Subject: 2001-03-05 Dave Brolley . */ -#define CGEN_SYM(s) CONCAT3 (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. */ #define HAVE_CPU_M32RBF @@ -44,7 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define CGEN_INT_INSN_P 1 -/* Maximum nymber of syntax bytes in an instruction. */ +/* Maximum number of syntax elements in an instruction. */ #define CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS 15 /* CGEN_MNEMONIC_OPERANDS is defined if mnemonics have operands. -- cgit v1.2.1