This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: gtk-peer compile fixes for gcc-2.95
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: commit-classpath at gnu dot org, java-patches at gcc dot gnu dot org
- Date: 25 Mar 2004 11:38:40 -0700
- Subject: Re: gtk-peer compile fixes for gcc-2.95
- References: <1080236148.18716.161.camel@elsschot.wildebeest.org>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> The following fixes make the gtk-peers compile again with gcc-2.95 in
Mark> Classpath.
Mark> Also OK for libgcj main?
This should go on the GUI branch instead. But, yeah, it is fine.
How about a patch setting the gcc options correctly so we don't
introduce problems like this again? We just need `-std=c89' in
CFLAGS when using gcc.
Tom