diff options
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 38767c5f1..4593a39fa 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -474,7 +474,7 @@ int main(int argc, char **argv) ('SIZEOF_LONG', 'long'), ('SIZEOF_FLOAT', 'float'), ('SIZEOF_DOUBLE', 'double'), - #('SIZEOF_LONG_DOUBLE', 'long double'), + ('SIZEOF_LONG_DOUBLE', 'long double'), ('SIZEOF_PY_INTPTR_T', 'Py_intptr_t'), ]: testcode.append(c_size_test % {'sz' : sz, 'type' : t}) |
