From aaca79a831914a9dcb8783593a873402c93f1dfc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 22 Feb 1994 01:51:38 +0000 Subject: [PATCH] * hosts/hp300.h: Include ; don't declare free. --- bfd/ChangeLog | 2 ++ bfd/hosts/hp300.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 96af5c5075..e5cfa54ce8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,8 @@ Mon Feb 21 10:12:02 1994 Stan Shebs (shebs@andros.cygnus.com) Mon Feb 21 09:50:06 1994 Ian Lance Taylor (ian@lisa.cygnus.com) + * hosts/hp300.h: Include ; don't declare free. + * som.c (som_bfd_count_ar_symbols): Use a pointer and alloca rather than an array of variable size. (som_bfd_fill_in_ar_symbols): Likewise. diff --git a/bfd/hosts/hp300.h b/bfd/hosts/hp300.h index e1bbaa4f1a..28dcb5140b 100644 --- a/bfd/hosts/hp300.h +++ b/bfd/hosts/hp300.h @@ -1,4 +1,5 @@ #include +#include #include #include #include @@ -17,8 +18,6 @@ #define USE_UTIME -void free(); - /* Some things that need to be defined in order to make code written for BSD Unix compile under System V Unix. */