From e20873a7bf7864a7cc33095c755b49dabe1e51fd Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 21 Nov 1992 11:18:00 +0000 Subject: * 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. --- ld/relax.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ld/relax.h') diff --git a/ld/relax.h b/ld/relax.h index a280b97..7c7d36b 100644 --- a/ld/relax.h +++ b/ld/relax.h @@ -1,4 +1,2 @@ -void EXFUN(write_relaxnorel,( bfd *output_bfd, PTR data)); -boolean EXFUN(relax_section,( lang_statement_union_type **this_ptr)); - - +void write_relaxnorel PARAMS ((bfd *output_bfd, PTR data)); +boolean relax_section PARAMS ((lang_statement_union_type **this_ptr)); -- cgit v1.1