mirror of https://github.com/python/cpython
Temporary define to avoid build failure
This commit is contained in:
parent
bb28285ea2
commit
fd42f30991
|
@ -116,6 +116,8 @@
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#define IEEE_8087
|
||||
|
||||
/* if PY_NO_SHORT_FLOAT_REPR is defined, then don't even try to compile
|
||||
the following code */
|
||||
#ifndef PY_NO_SHORT_FLOAT_REPR
|
||||
|
|
Loading…
Reference in New Issue