diff options
Diffstat (limited to 'Objects/xxobject.c')
-rw-r--r-- | Objects/xxobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/xxobject.c b/Objects/xxobject.c index 117714a..d847c52 100644 --- a/Objects/xxobject.c +++ b/Objects/xxobject.c @@ -18,7 +18,7 @@ typedef struct { PyObject *x_attr; /* Attributes dictionary */ } xxobject; -staticforward PyTypeObject Xxtype; +static PyTypeObject Xxtype; #define is_xxobject(v) ((v)->ob_type == &Xxtype) |