mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Try to fix compilation of Python-ast.c on Visual Studio 2008
This commit is contained in:
parent
cc50ba26bd
commit
45e50de1f5
2 changed files with 2 additions and 2 deletions
|
@ -456,7 +456,7 @@ static char *withitem_fields[]={
|
|||
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD;
|
||||
PyObject_HEAD
|
||||
PyObject *dict;
|
||||
} AST_object;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue