summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_expf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_expf.c')
-rw-r--r--lib/msun/src/w_expf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/w_expf.c b/lib/msun/src/w_expf.c
index 07bd13b..4a239ad 100644
--- a/lib/msun/src/w_expf.c
+++ b/lib/msun/src/w_expf.c
@@ -24,20 +24,11 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float
-#else
-static float
-#endif
o_threshold= 8.8721679688e+01, /* 0x42b17180 */
u_threshold= -1.0397208405e+02; /* 0xc2cff1b5 */
-#ifdef __STDC__
float expf(float x) /* wrapper expf */
-#else
- float expf(x) /* wrapper expf */
- float x;
-#endif
{
#ifdef _IEEE_LIBM
return __ieee754_expf(x);
OpenPOWER on IntegriCloud