Py_complex; and WITHOUT_COMPLEX added to getargs.c

This commit is contained in:
Guido van Rossum 1996-07-21 02:27:43 +00:00
parent 519b4339f1
commit 530956d247
4 changed files with 8 additions and 6 deletions

View file

@ -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++;