* coffread.c (coff_getfilename): Make it not static.

This commit is contained in:
Jim Kingdon 1994-01-21 00:34:07 +00:00
parent 2d9f80791a
commit dbb0fae2de
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
Thu Jan 20 17:30:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* coffread.c (coff_getfilename): Make it not static.
* xcoffread.c (read_xcoff_symtab): complain() not abort().
* xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes

View file

@ -1203,7 +1203,7 @@ getsymname (symbol_entry)
only the last component of the name. Result is in static storage and
is only good for temporary use. */
static char *
char *
coff_getfilename (aux_entry)
union internal_auxent *aux_entry;
{