summaryrefslogtreecommitdiffstats
path: root/Python/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/marshal.c')
-rw-r--r--Python/marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index 2fab46f..509e303 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -359,7 +359,7 @@ r_object(p)
{
extern double atof PROTO((const char *));
char buf[256];
- complex c;
+ Py_complex c;
n = r_byte(p);
if (r_string(buf, (int)n, p) != n) {
err_setstr(EOFError,