mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +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)
|
||||
/* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue