natMath.cc (pow): Cast args to double', not jdouble'.

2000-01-10  Jeff Sturm  <jsturm@sigma6.com>

	* java/lang/natMath.cc (pow): Cast args to `double', not
	`jdouble'.
	(atan2): Likewise.
	(IEEEremainder): Likewise.
	* java/lang/mprec.h: Don't wrap includes in `extern "C"'.
	* java/lang/fdlibm.h: Don't wrap includes in `extern "C"'.

From-SVN: r31305
This commit is contained in:
Jeff Sturm 2000-01-10 20:02:47 +00:00 committed by Tom Tromey
parent b1e9c8a926
commit 0cf69affdd
4 changed files with 22 additions and 14 deletions

View file

@ -2,7 +2,7 @@
/* @(#)fdlibm.h 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
* Copyright (C) 1993, 2000 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
@ -12,10 +12,6 @@
*/
#ifdef __cplusplus
extern "C" {
#endif
#include <config.h>
#include <stdlib.h>
@ -48,6 +44,10 @@ extern "C" {
#define _IEEE_LIBM
#ifdef __cplusplus
extern "C" {
#endif
/*
* ANSI/POSIX
*/