commit | 45e50de1f5eed5b2ee936e36dd297cd6a43c042d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 13 01:17:31 2012 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 13 01:17:31 2012 +0100 |
tree | 5a11fee96175f12d556d140e41c0338388f3b525 | |
parent | cc50ba26bd186dd2f7e093be9f7b7bb18d08a35a [diff] [blame] |
Try to fix compilation of Python-ast.c on Visual Studio 2008
diff --git a/Python/Python-ast.c b/Python/Python-ast.c index cf73bea..1178d74 100644 --- a/Python/Python-ast.c +++ b/Python/Python-ast.c
@@ -456,7 +456,7 @@ typedef struct { - PyObject_HEAD; + PyObject_HEAD PyObject *dict; } AST_object;