Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/e_acosh.c')
-rw-r--r--newlib/libm/mathfp/e_acosh.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libm/mathfp/e_acosh.c b/newlib/libm/mathfp/e_acosh.c
index 0ad0f0611..7cab89dfb 100644
--- a/newlib/libm/mathfp/e_acosh.c
+++ b/newlib/libm/mathfp/e_acosh.c
@@ -88,20 +88,11 @@ MATHREF
#ifndef _DOUBLE_IS_32BITS
-#ifdef __STDC__
static const double
-#else
-static double
-#endif
one = 1.0,
ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */
-#ifdef __STDC__
double acosh(double x)
-#else
- double acosh(x)
- double x;
-#endif
{
double t;
__int32_t hx;