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