summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-21 02:27:43 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-21 02:27:43 (GMT)
commit530956d247fd01cb4e3bdc0dedd7ab3e0b9a8b13 (patch)
tree346bc758298b88c54912f892dd8d1e27abc9bb11 /Python/compile.c
parent519b4339f1ac649a10ef5db03a05a47d88ee6072 (diff)
downloadcpython-530956d247fd01cb4e3bdc0dedd7ab3e0b9a8b13.zip
cpython-530956d247fd01cb4e3bdc0dedd7ab3e0b9a8b13.tar.gz
cpython-530956d247fd01cb4e3bdc0dedd7ab3e0b9a8b13.tar.bz2
Py_complex; and WITHOUT_COMPLEX added to getargs.c
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 3a1d3f6..3299ad9 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++;