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