* coffread.c (coff_getfilename): Make it not static.
This commit is contained in:
parent
2d9f80791a
commit
dbb0fae2de
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue