summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_asinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_asinh.c')
-rw-r--r--lib/msun/src/s_asinh.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/s_asinh.c b/lib/msun/src/s_asinh.c
index c1dbde8..8f9632d 100644
--- a/lib/msun/src/s_asinh.c
+++ b/lib/msun/src/s_asinh.c
@@ -28,21 +28,12 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const double
-#else
-static double
-#endif
one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */
ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */
huge= 1.00000000000000000000e+300;
-#ifdef __STDC__
double asinh(double x)
-#else
- double asinh(x)
- double x;
-#endif
{
double t,w;
int32_t hx,ix;
OpenPOWER on IntegriCloud