From e223c83c8b8a2edc44b29791bbd41c8236b2deca Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sat, 21 Feb 2009 17:36:15 +0000 Subject: Re-enable real check for long double size. --- numpy/core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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}) -- cgit v1.2.1