Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d60614

Browse files
committed
Correctly use Py_PROTO, not obsolete PROTO.
1 parent 6f90e98 commit 1d60614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/mymath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
#if defined(HAVE_HYPOT)
1919
/* Defined in <math.h> */
2020
#else
21-
extern double hypot PROTO((double, double)); /* defined in mathmodule.c */
21+
extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */
2222
#endif

0 commit comments

Comments
 (0)