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

Correctly use Py_PROTO, not obsolete PROTO.

üst 6f90e986
......@@ -18,5 +18,5 @@
#if defined(HAVE_HYPOT)
/* Defined in <math.h> */
#else
extern double hypot PROTO((double, double)); /* defined in mathmodule.c */
extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */
#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