summaryrefslogtreecommitdiff
path: root/Python/formatter_unicode.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-18 16:41:32 +0000
committerMark Dickinson <dickinsm@gmail.com>2009-10-18 16:41:32 +0000
commite4216a84485c97ae3ff3c9fcd27feba89513fc27 (patch)
tree1df922e3431cf4c2850c5959e5de56a006796c21 /Python/formatter_unicode.c
parent94be56fe981742b8657e2f07ecb86b5aca70711c (diff)
downloadcpython-e4216a84485c97ae3ff3c9fcd27feba89513fc27.tar.gz
Remove the uses of WITHOUT_COMPLEX introduced in r75471
Diffstat (limited to 'Python/formatter_unicode.c')
-rw-r--r--Python/formatter_unicode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c
index 79cb5f9192..c350907da1 100644
--- a/Python/formatter_unicode.c
+++ b/Python/formatter_unicode.c
@@ -9,8 +9,6 @@
#define FORMAT_STRING _PyUnicode_FormatAdvanced
#define FORMAT_LONG _PyLong_FormatAdvanced
#define FORMAT_FLOAT _PyFloat_FormatAdvanced
-#ifndef WITHOUT_COMPLEX
#define FORMAT_COMPLEX _PyComplex_FormatAdvanced
-#endif
#include "../Objects/stringlib/formatter.h"