Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/e_scalb.c')
-rw-r--r--newlib/libm/mathfp/e_scalb.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libm/mathfp/e_scalb.c b/newlib/libm/mathfp/e_scalb.c
index c4056e03b..b305e119e 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