exception.cc: Remove prototype declarations for malloc and free.
authorPer Bothner <per@bothner.com>
Mon, 29 Nov 1999 19:43:55 +0000 (11:43 -0800)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 29 Nov 1999 19:43:55 +0000 (19:43 +0000)
commit9b811d11de8f2ccac62759a2c78fae00b6a3f4c4
treeb5e332c021789e510b768fc1fac74f3475a37491
parentd0f89bfce0ad403ff763b9beb51f5fbb76701639
exception.cc: Remove prototype declarations for malloc and free.

1999-11-27  Per Bothner  <per@bothner.com>

* exception.cc:  Remove prototype declarations for malloc and free.
These clash with recent versions of glibc, which specifies `throws ()'
when __cplusplus is defined.  Instead, #include <stdlib.h>.

From-SVN: r30709
libjava/ChangeLog
libjava/aclocal.m4
libjava/exception.cc