summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 3a1d3f68cf..3299ad9757 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -565,7 +565,7 @@ parsenumber(s)
char *end;
long x;
#ifndef WITHOUT_COMPLEX
- complex c;
+ Py_complex c;
int imflag;
#endif
@@ -2500,7 +2500,7 @@ com_arglist(c, n)
name = STR(fp);
else {
name = "";
- complex= 1;
+ complex = 1;
}
com_newlocal(c, name);
c->c_argcount++;