Error building libgcj on HP 10.20

Tom Tromey tromey@cygnus.com
Sat Apr 1 00:00:00 GMT 2000


>>>>> "Jeff" == Jeff Sturm <jsturm@sigma6.com> writes:

Jeff> -  return (jdouble)::pow((jdouble)y, (jdouble)x);
Jeff> +  return (jdouble)::pow((double)y, (double)x);

There were a few of these in natMath.cc.
I'll be sending and committing a patch soon.

Thanks,
Tom


More information about the Java mailing list