mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Correctly use Py_PROTO, not obsolete PROTO.
This commit is contained in:
parent
6f90e9862e
commit
1d60614d42
@ -18,5 +18,5 @@
|
|||||||
#if defined(HAVE_HYPOT)
|
#if defined(HAVE_HYPOT)
|
||||||
/* Defined in <math.h> */
|
/* Defined in <math.h> */
|
||||||
#else
|
#else
|
||||||
extern double hypot PROTO((double, double)); /* defined in mathmodule.c */
|
extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user