From 06a601c3f1a4f20cd2512b3e7ee7627197cb31fe Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 24 May 1993 16:52:50 +0000 Subject: [PATCH] (CONSTRUCTOR_NAME_FORMAT): Add backslashes to prevent SCCS confusion. From-SVN: r4559 --- gcc/config/m68k/tower-as.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index cfe75490bf5..87cf034cf8d 100644 --- a/gcc/config/m68k/tower-as.h +++ b/gcc/config/m68k/tower-as.h @@ -639,7 +639,7 @@ do { fprintf (asm_out_file, "\ttag\t"); \ #define NO_DOT_IN_LABEL /* The usual definitions don't work because neither $ nor . is allowed. */ -#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_%%I%%%s" +#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_%%I\%%%s" /* Define a few machine-specific details of the implementation of constructors. -- 2.30.2