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

From-SVN: r39162
This commit is contained in:
Michael Sokolov 2001-01-21 03:29:52 +00:00 committed by Michael Sokolov
parent 3943e7562d
commit 04e91ffb1e
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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