This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [mark@klomp.org: Partial Double/Float merge with Classpath]
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: [mark@klomp.org: Partial Double/Float merge with Classpath]
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Oct 2001 11:10:20 -0600
- Cc: java-patches at gcc dot gnu dot org
- References: <20011012181233.A26576@klomp.org>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> [ Float and Double merge ]
Mark> OK to commit?
Yes, thanks.
Mark> + if ((x == -0.0) && (y == 0.0))
There are extra parens on this line and some others.
Could you remove them?
Tom