Commit 06a601c3 by Richard Stallman

(CONSTRUCTOR_NAME_FORMAT): Add backslashes to prevent SCCS confusion.

From-SVN: r4559
parent daba3361
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment