Commit 3db377a9 by Michael Hayes Committed by Michael Hayes

defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro definition in do while (0).

	* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
 	definition in do while (0).

From-SVN: r30516
parent 2f985ca6
Sat Nov 13 16:20:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
definition in do while (0).
Fri Nov 12 16:26:25 1999 Jim Wilson <wilson@cygnus.com>
* stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
......
......@@ -57,7 +57,7 @@ do { fprintf (FILE, "\t%s\t", ASM_LONG); \
/* Provide default for ASM_OUTPUT_ALTERNATE_LABEL_NAME. */
#ifndef ASM_OUTPUT_ALTERNATE_LABEL_NAME
#define ASM_OUTPUT_ALTERNATE_LABEL_NAME(FILE,INSN) \
ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN))
do {ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN))} while (0)
#endif
/* choose a reasonable default for ASM_OUTPUT_ASCII. */
......
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