From: Richard Stallman Date: Mon, 24 May 1993 16:52:50 +0000 (+0000) Subject: (CONSTRUCTOR_NAME_FORMAT): Add backslashes to prevent SCCS confusion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06a601c3f1a4f20cd2512b3e7ee7627197cb31fe;p=gcc.git (CONSTRUCTOR_NAME_FORMAT): Add backslashes to prevent SCCS confusion. From-SVN: r4559 --- 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.