Commit bea230d9 by Richard Kenner

(FILE_FUNCTION_FORMAT): Fix typo if neither dot nor dollar in label.

From-SVN: r6469
parent 58633be8
......@@ -3731,7 +3731,7 @@ dump_tree_statistics ()
#ifndef NO_DOT_IN_LABEL
#define FILE_FUNCTION_FORMAT "_GLOBAL_.D.%s"
#else /* NO_DOT_IN_LABEL */
#define FILE_FUNCTION_FORMAT "__GLOBAL_D_%s"
#define FILE_FUNCTION_FORMAT "_GLOBAL__D_%s"
#endif /* NO_DOT_IN_LABEL */
#endif /* NO_DOLLAR_IN_LABEL */
......
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