diff options
author | Skip Montanaro <skip@pobox.com> | 2009-10-18 14:25:35 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2009-10-18 14:25:35 +0000 |
commit | ba1e0f46ab5a83be1a367b0eadb2f783e06228b3 (patch) | |
tree | dd688b778427cfdd6e4786322fd6ede99fd6bfbb /Include | |
parent | 6ead552b47ecc4e7d85a03b3b662c6d46e59bec3 (diff) | |
download | cpython-git-ba1e0f46ab5a83be1a367b0eadb2f783e06228b3.tar.gz |
Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/Python.h b/Include/Python.h index aa805e7e7a..d900978141 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -73,9 +73,7 @@ #include "longintrepr.h" #include "boolobject.h" #include "floatobject.h" -#ifndef WITHOUT_COMPLEX #include "complexobject.h" -#endif #include "rangeobject.h" #include "memoryobject.h" #include "tupleobject.h" |