diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h index 45bb41e..45e0f02 100644 --- a/Include/object.h +++ b/Include/object.h @@ -117,7 +117,7 @@ typedef struct _object { typedef struct { PyObject_VAR_HEAD -} varobject; +} PyVarObject; /* |