(external_coff_symbol_p): K&R-ise.

This commit is contained in:
Alan Modra 2000-07-23 08:19:25 +00:00
parent ba73c63f53
commit 5bbe3a506e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* rdcoff.c (external_coff_symbol_p): K&R-ise.
2000-07-20 H.J. Lu <hjl@gnu.org>
* binutils/binutils.texi: Put back "@end table" deleted by

View File

@ -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)
{