mirror of https://github.com/python/cpython
NeXT doesn't like me to declare hypot(double, double)
This commit is contained in:
parent
75f288de71
commit
9caac91641
|
@ -40,7 +40,7 @@ extern double ldexp PROTO((double, int));
|
|||
extern double modf PROTO((double, double *));
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_HYPOT
|
||||
#if defined(HAVE_HYPOT) && !defined(NeXT)
|
||||
extern double hypot PROTO((double, double));
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue