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

Change comments/#ifdef structure for declaration for hypot().

üst 57b18224
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
#pragma lib_export on #pragma lib_export on
#endif #endif
#if defined(HAVE_HYPOT) #ifndef HAVE_HYPOT
/* Defined in <math.h> */ extern double hypot Py_PROTO((double, double));
#else
extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */
#endif #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