summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_exp.c')
-rw-r--r--lib/msun/src/w_exp.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/w_exp.c b/lib/msun/src/w_exp.c
index 7d1e74b..8a1186d 100644
--- a/lib/msun/src/w_exp.c
+++ b/lib/msun/src/w_exp.c
@@ -21,20 +21,11 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const double
-#else
-static double
-#endif
o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */
u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */
-#ifdef __STDC__
double exp(double x) /* wrapper exp */
-#else
- double exp(x) /* wrapper exp */
- double x;
-#endif
{
#ifdef _IEEE_LIBM
return __ieee754_exp(x);
OpenPOWER on IntegriCloud