mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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.)
This commit is contained in:
parent
64b65677c9
commit
557d6d6608
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue