summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_scalbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_scalbf.c')
-rw-r--r--lib/msun/src/w_scalbf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/w_scalbf.c b/lib/msun/src/w_scalbf.c
index 3578503..1e19e24 100644
--- a/lib/msun/src/w_scalbf.c
+++ b/lib/msun/src/w_scalbf.c
@@ -28,20 +28,11 @@ static char rcsid[] = "$FreeBSD$";
#include <errno.h>
-#ifdef __STDC__
#ifdef _SCALB_INT
float scalbf(float x, int fn) /* wrapper scalbf */
#else
float scalbf(float x, float fn) /* wrapper scalbf */
#endif
-#else
- float scalbf(x,fn) /* wrapper scalbf */
-#ifdef _SCALB_INT
- float x; int fn;
-#else
- float x,fn;
-#endif
-#endif
{
#ifdef _IEEE_LIBM
return __ieee754_scalbf(x,fn);
OpenPOWER on IntegriCloud