This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH make _Jv_Uf8Const a class;
- 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: 11 Aug 2004 10:58:06 -0600
- Subject: Re: PATCH make _Jv_Uf8Const a class;
- References: <41183052.8060405@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> This patch turns _Jv_Utf8Const into a class with private
Per> fields and accessor methods. This should ease any future
Per> change of the representation, as I discussed in an earlier
Per> message. (I'm not actually planning on making such a change.)
Per> Before checking this in I'd like atleast Tom to look at the patch.
Looks great to me.
Tom