* ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c,

ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h,
ldwrite.h, relax.h:  Replace all uses of EXFUN and PROTO ansi-glue
macros with PARAMS.  Recreational cleanup.  Update copyrights.
This commit is contained in:
John Gilmore
1992-11-21 11:18:00 +00:00
parent 5d074aa977
commit e20873a7bf
7 changed files with 123 additions and 72 deletions

View File

@@ -1,4 +1,2 @@
void EXFUN(do_indirect, (ldsym_type *));
void EXFUN(add_indirect,(asymbol **));
void do_indirect PARAMS ((ldsym_type *));
void add_indirect PARAMS ((asymbol **));