summaryrefslogtreecommitdiff
path: root/Python/formatter_unicode.c
diff options
context:
space:
mode:
authorKristjan Valur Jonsson <sweskman@gmail.com>2011-03-30 11:24:58 +0000
committerKristjan Valur Jonsson <sweskman@gmail.com>2011-03-30 11:24:58 +0000
commitc1b1930e7591b395dee499765ec40dfb946b019c (patch)
treeb4c52b0c46bc31544d6ad32ed7ff1bb501e60d80 /Python/formatter_unicode.c
parent6e5ebc654984fbc7db6148197a89d0e7d4cf435c (diff)
parent2bb0258a88cb339cafb87163c7194484dff0efd9 (diff)
downloadcpython-c1b1930e7591b395dee499765ec40dfb946b019c.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"