From 2a9ea95d682586d2b0c31da28d82a73d786c7c0a Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 12 May 2000 23:15:20 +0000 Subject: Import of Binutils 2.10 snapshot. --- contrib/binutils/libiberty/objalloc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/binutils/libiberty/objalloc.c') diff --git a/contrib/binutils/libiberty/objalloc.c b/contrib/binutils/libiberty/objalloc.c index 34687d3..57754a8 100644 --- a/contrib/binutils/libiberty/objalloc.c +++ b/contrib/binutils/libiberty/objalloc.c @@ -14,7 +14,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include "ansidecl.h" #include "objalloc.h" @@ -34,6 +35,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* For systems with larger pointers than ints, this must be declared. */ extern PTR malloc PARAMS ((size_t)); +extern void free PARAMS ((PTR)); #endif /* These routines allocate space for an object. Freeing allocated -- cgit v1.1