mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix compiler warning about finite() missing on Solaris.
This commit is contained in:
parent
85a896902c
commit
9fdfaaf9af
5 changed files with 15 additions and 3 deletions
|
@ -8,6 +8,10 @@
|
|||
#include "Python.h"
|
||||
#include "structmember.h"
|
||||
|
||||
#ifdef HAVE_IEEEFP_H
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
||||
#ifndef WITHOUT_COMPLEX
|
||||
|
||||
/* Precisions used by repr() and str(), respectively.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue