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/w_jn.c')
-rw-r--r--newlib/libm/mathfp/w_jn.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libm/mathfp/w_jn.c b/newlib/libm/mathfp/w_jn.c
index 71ea4a095..4b35afcfa 100644
--- a/newlib/libm/mathfp/w_jn.c
+++ b/newlib/libm/mathfp/w_jn.c
@@ -116,12 +116,7 @@ None of the Bessel functions are in ANSI C.
#ifndef _DOUBLE_IS_32BITS
-#ifdef __STDC__
double jn(int n, double x) /* wrapper jn */
-#else
- double jn(n,x) /* wrapper jn */
- double x; int n;
-#endif
{
#ifdef _IEEE_LIBM
return jn(n,x);
@@ -151,12 +146,7 @@ None of the Bessel functions are in ANSI C.
#endif
}
-#ifdef __STDC__
double yn(int n, double x) /* wrapper yn */
-#else
- double yn(n,x) /* wrapper yn */
- double x; int n;
-#endif
{
#ifdef _IEEE_LIBM
return yn(n,x);