summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_tanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_tanf.c')
-rw-r--r--lib/msun/src/s_tanf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c
index 65ab1bf..da3dfd5 100644
--- a/lib/msun/src/s_tanf.c
+++ b/lib/msun/src/s_tanf.c
@@ -20,12 +20,7 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
float tanf(float x)
-#else
- float tanf(x)
- float x;
-#endif
{
float y[2],z=0.0;
int32_t n, ix;
OpenPOWER on IntegriCloud