Commit 04e91ffb by Michael Sokolov Committed by Michael Sokolov

* sdbout.c (PUT_SDB_DEF): Fix after last bogus change.

From-SVN: r39162
parent 3943e756
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* sdbout.c (PUT_SDB_DEF): Fix after last bogus change.
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
......
......@@ -161,14 +161,9 @@ static void sdbout_reg_parms PARAMS ((tree));
#ifndef PUT_SDB_DEF
#define PUT_SDB_DEF(a) \
#undef PUT_SDB_DEF
PUT_SDB_DEF(a) \
char *a; {
do { fprintf (asm_out_file, "\t.def\t"); \
assemble_name (asm_out_file, a); \
fprintf (asm_out_file, SDB_DELIM); } while (0)
; }
#endif
#ifndef PUT_SDB_PLAIN_DEF
......
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