summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_sinhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_sinhf.c')
-rw-r--r--lib/msun/src/e_sinhf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c
index fc417de..87b90eb 100644
--- a/lib/msun/src/e_sinhf.c
+++ b/lib/msun/src/e_sinhf.c
@@ -20,18 +20,9 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float one = 1.0, shuge = 1.0e37;
-#else
-static float one = 1.0, shuge = 1.0e37;
-#endif
-#ifdef __STDC__
float __ieee754_sinhf(float x)
-#else
- float __ieee754_sinhf(x)
- float x;
-#endif
{
float t,w,h;
int32_t ix,jx;
OpenPOWER on IntegriCloud