summaryrefslogtreecommitdiff
path: root/binutils/rdcoff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-07-23 08:19:25 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-07-23 08:19:25 +0000
commit1956c75927a6f7d3732c2b85b5e7a700836bc8d2 (patch)
tree7cb8e461ef43b5d5d7612168b9e0eb7ba618941f /binutils/rdcoff.c
parentf500da10a1ebb50b24c0db59b34f543ee6d8b494 (diff)
downloadbinutils-redhat-1956c75927a6f7d3732c2b85b5e7a700836bc8d2.tar.gz
(external_coff_symbol_p): K&R-ise.
Diffstat (limited to 'binutils/rdcoff.c')
-rw-r--r--binutils/rdcoff.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c
index 22c8ab95e9..14f973e19e 100644
--- a/binutils/rdcoff.c
+++ b/binutils/rdcoff.c
@@ -661,7 +661,8 @@ parse_coff_symbol (abfd, types, sym, coff_symno, psyment, dhandle, type,
/* Determine if a symbol has external visibility. */
static boolean
-external_coff_symbol_p (int sym_class)
+external_coff_symbol_p (sym_class)
+ int sym_class;
{
switch (sym_class)
{