diff options
author | David Cournapeau <cournape@gmail.com> | 2009-02-22 03:53:41 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-02-22 03:53:41 +0000 |
commit | fa32caac1e165b8408885037ee68992e06eabcbe (patch) | |
tree | 50e4b25eae48506cbde6f039b894c3b7f048b5d1 /numpy | |
parent | 5a02e0ec1a3dbdec450aef3ffa7f0b25730e6b32 (diff) | |
download | numpy-fa32caac1e165b8408885037ee68992e06eabcbe.tar.gz |
Remove hardcoded size of long double in config.h generation - should have been removed before merging.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 4593a39fa..791d926a0 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -490,7 +490,6 @@ int main(int argc, char **argv) #else fprintf(fp, "/* PY_LONG_LONG not defined */\n"); #endif - fprintf(fp, "#define SIZEOF_LONG_DOUBLE 8\n"); #ifndef CHAR_BIT { unsigned char var = 2; |