summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/k_standard.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/k_standard.c')
-rw-r--r--lib/msun/src/k_standard.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/k_standard.c b/lib/msun/src/k_standard.c
index 2b62052..10135eb 100644
--- a/lib/msun/src/k_standard.c
+++ b/lib/msun/src/k_standard.c
@@ -27,11 +27,7 @@ static char rcsid[] = "$FreeBSD$";
#undef fflush
#endif /* !defined(_USE_WRITE) */
-#ifdef __STDC__
static const double zero = 0.0; /* used as const */
-#else
-static double zero = 0.0; /* used as const */
-#endif
/*
* Standard conformance (non-IEEE) on exception cases.
@@ -81,12 +77,7 @@ static double zero = 0.0; /* used as const */
*/
-#ifdef __STDC__
double __kernel_standard(double x, double y, int type)
-#else
- double __kernel_standard(x,y,type)
- double x,y; int type;
-#endif
{
struct exception exc;
#ifndef HUGE_VAL /* this is the only routine that uses HUGE_VAL */
OpenPOWER on IntegriCloud