mirror of https://github.com/python/cpython
Closes #24974: Merge with 3.5
This commit is contained in:
commit
f4951059f2
|
@ -43,6 +43,7 @@
|
|||
#ifdef PPRO
|
||||
#if defined(_MSC_VER)
|
||||
#include <float.h>
|
||||
#pragma float_control(precise, on)
|
||||
#pragma fenv_access(on)
|
||||
#elif !defined(__OpenBSD__) && !defined(__NetBSD__)
|
||||
/* C99 */
|
||||
|
|
Loading…
Reference in New Issue