mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Backport r71704 (add configure check for C99 round function) to trunk.
This commit is contained in:
parent
4beb89b9f7
commit
8e5446f902
5 changed files with 24 additions and 3 deletions
|
|
@ -22,6 +22,10 @@ functions and constants
|
|||
extern double copysign(double, double);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_ROUND
|
||||
extern double round(double);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_ACOSH
|
||||
extern double acosh(double);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue