summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_tanhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_tanhf.c')
-rw-r--r--lib/msun/src/s_tanhf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c
index cdfd5f6..5cad6ad 100644
--- a/lib/msun/src/s_tanhf.c
+++ b/lib/msun/src/s_tanhf.c
@@ -20,18 +20,9 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float one=1.0, two=2.0, tiny = 1.0e-30;
-#else
-static float one=1.0, two=2.0, tiny = 1.0e-30;
-#endif
-#ifdef __STDC__
float tanhf(float x)
-#else
- float tanhf(x)
- float x;
-#endif
{
float t,z;
int32_t jx,ix;
OpenPOWER on IntegriCloud