code_new(): Wouldn't compile on Windows, because of gcc'ism.

This commit is contained in:
Tim Peters 2004-08-12 18:16:43 +00:00
parent 5e897959db
commit d459f536c5

View file

@ -145,7 +145,7 @@ code_new(PyTypeObject *type, PyObject *args, PyObject *kw)
int nlocals; int nlocals;
int stacksize; int stacksize;
int flags; int flags;
PyObject *co = NULL;; PyObject *co = NULL;
PyObject *code; PyObject *code;
PyObject *consts; PyObject *consts;
PyObject *names, *ournames = NULL; PyObject *names, *ournames = NULL;