Commit 557d6d66 authored by Guido van Rossum's avatar Guido van Rossum

Don't make an exception for NeXT (BBUM says it's no longer needed).

(But hypot() should really be defined in a separate file, triggered by
configure.)
parent 64b65677
......@@ -43,7 +43,7 @@ extern double modf PROTO((double, double *));
#endif /* _MSC_VER */
#if defined(HAVE_HYPOT) && !defined(NeXT)
#if defined(HAVE_HYPOT)
extern double hypot PROTO((double, double));
#else
double hypot(x,y)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment