This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: gcc/java/parse.y: duplicate %type
- From: Tom Tromey <tromey at redhat dot com>
- To: Akim Demaille <akim at epita dot fr>
- Cc: GCC Patches <gcc-patches at gnu dot org>, GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 11 Jun 2002 09:43:26 -0600
- Subject: Re: gcc/java/parse.y: duplicate %type
- References: <mv4ofejxg77.fsf@nostromo.lrde.epita.fr> <mv4ptyyrz1r.fsf@nostromo.lrde.epita.fr>
- Reply-to: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> * parse.y (interface_type_list, class_member_declaration)
Akim> (unary_expression_not_plus_minus): Remove duplicate %type.
Akim> Whitespace changes.
Hi Akim. Thanks for sending this. I'll check it in shortly.
Tom