diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-28 13:53:40 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-28 13:53:40 +0300 |
commit | dce235203d23310e1ca12e8a8a8ed8be8e585a12 (patch) | |
tree | 7a3b79eef005b8881e3175189ff9db64dd36e2f7 /Python/formatter_unicode.c | |
parent | 23bb1f0966b9d6b169f929dac91163cec082b741 (diff) | |
parent | e5b28bc7ccd71ef30cfee95b1ead7c91c2fdaa8d (diff) | |
download | cpython-dce235203d23310e1ca12e8a8a8ed8be8e585a12.tar.gz |
#10617: merge with 3.1.
Diffstat (limited to 'Python/formatter_unicode.c')
-rw-r--r-- | Python/formatter_unicode.c | 2 |
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" |