mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +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 *));
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_HYPOT
|
||||
#if defined(HAVE_HYPOT) && !defined(NeXT)
|
||||
extern double hypot PROTO((double, double));
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue