mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
NeXT doesn't like me to declare hypot(double, double)
This commit is contained in:
parent
75f288de71
commit
9caac91641
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ extern double ldexp PROTO((double, int));
|
||||||
extern double modf PROTO((double, double *));
|
extern double modf PROTO((double, double *));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_HYPOT
|
#if defined(HAVE_HYPOT) && !defined(NeXT)
|
||||||
extern double hypot PROTO((double, double));
|
extern double hypot PROTO((double, double));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue