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/ef_acosh.c')
-rw-r--r--newlib/libm/mathfp/ef_acosh.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libm/mathfp/ef_acosh.c b/newlib/libm/mathfp/ef_acosh.c
index 705be4986..f61ed0c24 100644
--- a/newlib/libm/mathfp/ef_acosh.c
+++ b/newlib/libm/mathfp/ef_acosh.c
@@ -16,20 +16,11 @@
#include "fdlibm.h"
-#ifdef __STDC__
static const float
-#else
-static float
-#endif
one = 1.0,
ln2 = 6.9314718246e-01; /* 0x3f317218 */
-#ifdef __STDC__
float acoshf(float x)
-#else
- float acoshf(x)
- float x;
-#endif
{
float t;
__int32_t hx;