This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH to fix STDCALL in jni.cc
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 24 Jun 2004 11:10:35 -0600
- Subject: Re: PATCH to fix STDCALL in jni.cc
- References: <40DA72EF.4050404@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> As a follow-up to:
Per> http://gcc.gnu.org/ml/java/2004-06/msg00338.html
Per> this patch is needed to build libjava on MinGW.
Per> Unless I hear a reason not to, I'll check it into
Per> mainline in a few days.
The code was written this way just to work around other parsing
problems at the time, see:
http://gcc.gnu.org/ml/java-patches/2002-q4/msg00227.html
I don't think you need to wait -- this is what we wanted the first
time around.
Tom