mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Avoid complaint about inconsistent hypot() linkage on NT.
This commit is contained in:
parent
cda848f49e
commit
3bcf7d2f0b
1 changed files with 2 additions and 0 deletions
|
@ -44,7 +44,9 @@ extern double modf PROTO((double, double *));
|
||||||
|
|
||||||
|
|
||||||
#if defined(HAVE_HYPOT)
|
#if defined(HAVE_HYPOT)
|
||||||
|
#ifndef _MSC_VER
|
||||||
extern double hypot PROTO((double, double));
|
extern double hypot PROTO((double, double));
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
double hypot(x,y)
|
double hypot(x,y)
|
||||||
double x;
|
double x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue