* sdbout.c (PUT_SDB_DEF): Fix after last bogus change.
From-SVN: r39162
This commit is contained in:
parent
3943e7562d
commit
04e91ffb1e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user