Kaydet (Commit) 3bcf7d2f authored tarafından Guido van Rossum's avatar Guido van Rossum

Avoid complaint about inconsistent hypot() linkage on NT.

üst cda848f4
......@@ -44,7 +44,9 @@ extern double modf PROTO((double, double *));
#if defined(HAVE_HYPOT)
#ifndef _MSC_VER
extern double hypot PROTO((double, double));
#endif
#else
double hypot(x,y)
double x;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment