aboutsummaryrefslogtreecommitdiff
path: root/ld/ldindr.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-11-21 11:18:00 +0000
committerJohn Gilmore <gnu@cygnus>1992-11-21 11:18:00 +0000
commite20873a7bf7864a7cc33095c755b49dabe1e51fd (patch)
tree32cad59c0b76b6d030b6fa0346d868b565b275c0 /ld/ldindr.h
parent5d074aa97723ff99cdeef26b3cf90e2095f3a566 (diff)
downloadgdb-e20873a7bf7864a7cc33095c755b49dabe1e51fd.zip
gdb-e20873a7bf7864a7cc33095c755b49dabe1e51fd.tar.gz
gdb-e20873a7bf7864a7cc33095c755b49dabe1e51fd.tar.bz2
* 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.
Diffstat (limited to 'ld/ldindr.h')
-rw-r--r--ld/ldindr.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ld/ldindr.h b/ld/ldindr.h
index cadccbb..3d71d4d 100644
--- a/ld/ldindr.h
+++ b/ld/ldindr.h
@@ -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 **));