diff options
Diffstat (limited to 'newlib/libm/mathfp/e_scalb.c')
-rw-r--r-- | newlib/libm/mathfp/e_scalb.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libm/mathfp/e_scalb.c b/newlib/libm/mathfp/e_scalb.c index c4056e0..b305e11 100644 --- a/newlib/libm/mathfp/e_scalb.c +++ b/newlib/libm/mathfp/e_scalb.c @@ -22,19 +22,9 @@ #ifndef _DOUBLE_IS_32BITS #ifdef _SCALB_INT -#ifdef __STDC__ double scalb(double x, int fn) #else - double scalb(x,fn) - double x; int fn; -#endif -#else -#ifdef __STDC__ double scalb(double x, double fn) -#else - double scalb(x,fn) - double x, fn; -#endif #endif { #ifdef _SCALB_INT |