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