diff options
author | Jeff Law <law@redhat.com> | 2001-11-26 19:31:27 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-11-26 19:31:27 +0000 |
commit | fd0999e10925fe5c6259c73a080c70b23b7391cf (patch) | |
tree | 7643019a31783951aca37b62c62e4b72a1142fb6 /bfd/stabs.c | |
parent | 7d69eeecda86a4e30c825975c457cc6ffdc396cc (diff) | |
download | gdb-fd0999e10925fe5c6259c73a080c70b23b7391cf.zip gdb-fd0999e10925fe5c6259c73a080c70b23b7391cf.tar.gz gdb-fd0999e10925fe5c6259c73a080c70b23b7391cf.tar.bz2 |
* stabs.c (_bfd_discard_section_stabs): Use PARAMS in function
prototypes.
Diffstat (limited to 'bfd/stabs.c')
-rw-r--r-- | bfd/stabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/stabs.c b/bfd/stabs.c index 635a702..bba4a6d 100644 --- a/bfd/stabs.c +++ b/bfd/stabs.c @@ -515,7 +515,7 @@ _bfd_discard_section_stabs (abfd, stabsec, psecinfo, bfd *abfd; asection *stabsec; PTR psecinfo; - boolean (*reloc_symbol_deleted_p) (bfd_vma, PTR); + boolean (*reloc_symbol_deleted_p) PARAMS ((bfd_vma, PTR)); PTR cookie; { bfd_size_type count, amt; |