This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch to java/parse.y
- From: Andrew Haley <aph at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org, "Lucas (a.k.a T-Bird or bsdfan3)" <tbird-contact at cox dot net>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 Dec 2004 09:41:18 +0000
- Subject: Re: Patch to java/parse.y
- References: <41D30749.6070209@cox.net><200412292055.11332.konqueror@gmx.de>
Michael Koch writes:
> Am Mittwoch, 29. Dezember 2004 20:36 schrieb Lucas (a.k.a T-Bird or
> bsdfan3):
> > This patch splits the helper functions from java/parse.y off into
> > their own file, java/parse_helper.c. I am unable to test this
> > patch, due to the fact that my only development platform does not
> > support bootstrapping the Java front end. :(
> >
> > 2004-12-29 Lucas Thode <bsdfan3@users.sourceforge.net
> > * java/parse.y: Broke helper functions out into their own file,
> > added comments to that end.
> > * java/parse_helper.c: File created for helper functions from
> > parse.y. * java/Make-lang.in: Build mechanics updated to reflect
> > new file.
>
> Can you please consider zipping and/or uploading such big patches to
> some webspace instead of sending to a mailing list ?
Please don't post links to online patches: they won't get archived.
Andrew.