Kaydet (Commit) 9caac916 authored tarafından Guido van Rossum's avatar Guido van Rossum

NeXT doesn't like me to declare hypot(double, double)

üst 75f288de
......@@ -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
......
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