From 5bbe3a506e2c0ba22fbe01a443f693a35db27459 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 23 Jul 2000 08:19:25 +0000 Subject: [PATCH] (external_coff_symbol_p): K&R-ise. --- binutils/ChangeLog | 4 ++++ binutils/rdcoff.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bed8d0b..4c77c72 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-07-23 Michael Sokolov + + * rdcoff.c (external_coff_symbol_p): K&R-ise. + 2000-07-20 H.J. Lu * binutils/binutils.texi: Put back "@end table" deleted by diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c index 22c8ab9..14f973e 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) { -- 2.7.4