From c31428d2117318fc5d72e9868d7d34eee52c4eba Mon Sep 17 00:00:00 2001 From: kan Date: Sun, 1 Sep 2002 20:39:13 +0000 Subject: Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT. --- contrib/libstdc++/libsupc++/new_op.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/libstdc++/libsupc++/new_op.cc') diff --git a/contrib/libstdc++/libsupc++/new_op.cc b/contrib/libstdc++/libsupc++/new_op.cc index df43e6e..6e83b39 100644 --- a/contrib/libstdc++/libsupc++/new_op.cc +++ b/contrib/libstdc++/libsupc++/new_op.cc @@ -1,5 +1,5 @@ // Support routines for the -*- C++ -*- dynamic memory management. -// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation // // This file is part of GNU CC. // @@ -33,8 +33,8 @@ using std::new_handler; using std::bad_alloc; +using std::malloc; -extern "C" void *malloc (std::size_t); extern new_handler __new_handler; void * -- cgit v1.1