cpython: 6bee4eea1efa (original) (raw)
Mercurial > cpython
changeset 75567:6bee4eea1efa
Try to fix compilation of Python-ast.c on Visual Studio 2008
Victor Stinner victor.stinner@gmail.com | |
---|---|
date | Tue, 13 Mar 2012 01:17:31 +0100 |
parents | 4a5eafcdde11 |
children | 1adb114343f9 |
files | Parser/asdl_c.py Python/Python-ast.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Parser/asdl_c.py 2 Python/Python-ast.c 2 |
line wrap: on
line diff
--- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -604,7 +604,7 @@ class PyTypesVisitor(PickleVisitor): def visitModule(self, mod): self.emit(""" typedef struct {
--- a/Python/Python-ast.c +++ b/Python/Python-ast.c @@ -456,7 +456,7 @@ static char *withitem_fields[]={ typedef struct {