This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcjx] Definite Assignment Fix
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 17 Sep 2005 09:08:16 -0600
- Subject: Re: [gcjx] Definite Assignment Fix
- References: <dggjr5$jk6$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> This patch corrects a minor error in variable_state::check_loop()
Ranjit> that was exposed by a couple of Jacks tests.
Ok. Thanks!
Ranjit> + void print (void) const
I avoided '(void)' in gcjx (though I see there are some instances) as
a stylistic choice.
Tom