(external_coff_symbol_p): K&R-ise.
authorAlan Modra <amodra@gmail.com>
Sun, 23 Jul 2000 08:19:25 +0000 (08:19 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 23 Jul 2000 08:19:25 +0000 (08:19 +0000)
binutils/ChangeLog
binutils/rdcoff.c

index bed8d0b137b833d0d07d855bd69c6021f82db761..4c77c72010528b74dc243940e6a38934b551788d 100644 (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
index 22c8ab95e9646dac3cb87b161c8fda079f60388c..14f973e19e126ada4438e6e8f7c15551cfc4fc29 100644 (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)
     {