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_hypot.c')
-rw-r--r--newlib/libm/mathfp/e_hypot.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libm/mathfp/e_hypot.c b/newlib/libm/mathfp/e_hypot.c
index 1a59afcde..3f2a5c7f1 100644
--- a/newlib/libm/mathfp/e_hypot.c
+++ b/newlib/libm/mathfp/e_hypot.c
@@ -82,12 +82,7 @@ PORTABILITY
#ifndef _DOUBLE_IS_32BITS
-#ifdef __STDC__
double hypot(double x, double y)
-#else
- double hypot(x,y)
- double x, y;
-#endif
{
double a=x,b=y,t1,t2,y1,y2,w;
__int32_t j,k,ha,hb;