summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_scalbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_scalbf.c')
-rw-r--r--lib/msun/src/e_scalbf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c
index c678570..0d3644a 100644
--- a/lib/msun/src/e_scalbf.c
+++ b/lib/msun/src/e_scalbf.c
@@ -21,19 +21,9 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
#ifdef _SCALB_INT
-#ifdef __STDC__
float __ieee754_scalbf(float x, int fn)
#else
- float __ieee754_scalbf(x,fn)
- float x; int fn;
-#endif
-#else
-#ifdef __STDC__
float __ieee754_scalbf(float x, float fn)
-#else
- float __ieee754_scalbf(x,fn)
- float x, fn;
-#endif
#endif
{
#ifdef _SCALB_INT
OpenPOWER on IntegriCloud