diff options
Diffstat (limited to 'lib/msun/src/s_tan.c')
-rw-r--r-- | lib/msun/src/s_tan.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/msun/src/s_tan.c b/lib/msun/src/s_tan.c index e02584e3116f..1e5c6a0f9aff 100644 --- a/lib/msun/src/s_tan.c +++ b/lib/msun/src/s_tan.c @@ -47,12 +47,7 @@ static char rcsid[] = "$FreeBSD$"; #include "math.h" #include "math_private.h" -#ifdef __STDC__ double __generic_tan(double x) -#else - double __generic_tan(x) - double x; -#endif { double y[2],z=0.0; int32_t n, ix; |