mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Change comments/#ifdef structure for declaration for hypot().
This commit is contained in:
parent
57b1822459
commit
ace527cbc2
1 changed files with 2 additions and 4 deletions
|
@ -15,8 +15,6 @@
|
||||||
#pragma lib_export on
|
#pragma lib_export on
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_HYPOT)
|
#ifndef HAVE_HYPOT
|
||||||
/* Defined in <math.h> */
|
extern double hypot Py_PROTO((double, double));
|
||||||
#else
|
|
||||||
extern double hypot Py_PROTO((double, double)); /* defined in mathmodule.c */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue