forked from Imagelibrary/binutils-gdb
* 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:
@@ -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 **));
|
||||
|
||||
Reference in New Issue
Block a user