summaryrefslogtreecommitdiff
path: root/bfd/i386mach3.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/i386mach3.c')
-rw-r--r--bfd/i386mach3.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/i386mach3.c b/bfd/i386mach3.c
index 1cd2edd4b7..4364eb84bd 100644
--- a/bfd/i386mach3.c
+++ b/bfd/i386mach3.c
@@ -43,7 +43,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "libaout.h" /* BFD a.out internal data structures */
#define DEFAULT_ARCH bfd_arch_i386
-#define MY(OP) CAT(i386mach3_,OP)
+
+/* Do not "beautify" the CONCAT* macro args. Traditional C will not
+ remove whitespace added here, and thus will fail to concatenate
+ the tokens. */
+#define MY(OP) CONCAT2 (i386mach3_,OP)
#define TARGETNAME "a.out-mach3"
static boolean MY (set_sizes) PARAMS ((bfd *));