summaryrefslogtreecommitdiff
path: root/Python/formatter_unicode.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-03-24 16:39:07 +0100
committerVictor Stinner <victor.stinner@haypocalc.com>2011-03-24 16:39:07 +0100
commit670f4ff38f263ce6e63cbc9de7b214cfc35d4c6a (patch)
tree5adaf0a4a0778569e70c636576f8ac65dfb10c75 /Python/formatter_unicode.c
parent3209890fc38bcc25ca4275a81406f44905ed74c7 (diff)
parentf7d7a25e1b644b9a72be9a93aec67b9be4c1f375 (diff)
downloadcpython-670f4ff38f263ce6e63cbc9de7b214cfc35d4c6a.tar.gz
Merge 3.1
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"