This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] jawt.c
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: 01 Jun 2005 19:44:44 -0600
- Subject: Re: [patch] jawt.c
- References: <429E46D1.3090806@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> this patch reoves the malloc.h include. This should be covered by
Andreas> including stdlib.h on up-to-date systems. This patch should maybe also
Andreas> applied on branch-4.0.x with some mods. (Include stdlib.h, remove
Andreas> malloc.h)
Andreas> Ok for main?
Yes, this is ok.
Tom