This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcjx] fix syntax error in source/parse.hh
- From: Tom Tromey <tromey at redhat dot com>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: java-patches at gcc dot gnu dot org
- Date: 21 Dec 2005 20:26:56 -0700
- Subject: Re: [gcjx] fix syntax error in source/parse.hh
- References: <m3oe39ojcg.fsf@uniton.integrable-solutions.net>
- Reply-to: tromey at redhat dot com
>>>>> "Gabriel" == Gabriel Dos Reis <gdr@integrable-solutions.net> writes:
Gabriel> this two-line patchlet fixes a syntax error in
Gabriel> source/parser.hh. Found while building gcxj-branch. C++ does
Gabriel> not permit the name being introduced to be qualified.
Oops! I bet that is a cut-and-paste error on my part.
Gabriel> OK?
Yes, thanks. Feel free to check in C++ syntax fixes without asking :-)
Tom