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:
parent
b1e9c8a926
commit
0cf69affdd
4 changed files with 22 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* The author of this software is David M. Gay.
|
||||
*
|
||||
* Copyright (c) 1991 by AT&T.
|
||||
* Copyright (c) 1991, 2000 by AT&T.
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose without fee is hereby granted, provided that this entire notice
|
||||
|
@ -26,10 +26,6 @@
|
|||
dmg@research.att.com or research!dmg
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <config.h>
|
||||
#include "ieeefp.h"
|
||||
|
||||
|
@ -51,6 +47,9 @@ extern "C" {
|
|||
#include <sys/config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* ISO C9X int type declarations */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue