mirror of https://github.com/python/cpython
Correctly use Py_PROTO, not obsolete PROTO.
This commit is contained in:
parent
6f90e9862e
commit
1d60614d42
|
@ -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…
Reference in New Issue