aboutsummaryrefslogtreecommitdiff
path: root/bfd/opncls.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-01-25 18:14:25 +0000
committerIan Lance Taylor <ian@airs.com>1994-01-25 18:14:25 +0000
commit751446f635031a1bbafe755255a2ea09fdf2d948 (patch)
tree442c70fdd3f5f68736f052e7f36e42502e51823f /bfd/opncls.c
parent41d7671d53d6e75f9c3b52e09e7079a90083f482 (diff)
downloadgdb-751446f635031a1bbafe755255a2ea09fdf2d948.zip
gdb-751446f635031a1bbafe755255a2ea09fdf2d948.tar.gz
gdb-751446f635031a1bbafe755255a2ea09fdf2d948.tar.bz2
* format.c (bfd_check_format_matches): Cast result of
bfd_xmalloc_by_size_t. * opncls.c (_bfd_new_bfd): Avoid ANSI C prototype.
Diffstat (limited to 'bfd/opncls.c')
-rw-r--r--bfd/opncls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/opncls.c b/bfd/opncls.c
index 729a45c..5c958c8 100644
--- a/bfd/opncls.c
+++ b/bfd/opncls.c
@@ -35,7 +35,7 @@ FILE *bfd_open_file PARAMS ((bfd *));
/* Return a new BFD. All BFD's are allocated through this routine. */
bfd *
-_bfd_new_bfd (void)
+_bfd_new_bfd ()
{
bfd *nbfd;