mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
Correctly use Py_PROTO, not obsolete PROTO.
This commit is contained in:
parent
6f90e9862e
commit
1d60614d42
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue