summaryrefslogtreecommitdiffstats
path: root/Modules/xxsubtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/xxsubtype.c')
-rw-r--r--Modules/xxsubtype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/xxsubtype.c b/Modules/xxsubtype.c
index 353f773..9013467 100644
--- a/Modules/xxsubtype.c
+++ b/Modules/xxsubtype.c
@@ -79,7 +79,7 @@ static PyMethodDef spamlist_methods[] = {
{NULL, NULL},
};
-staticforward PyTypeObject spamlist_type;
+static PyTypeObject spamlist_type;
static int
spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds)
@@ -179,7 +179,7 @@ static PyMethodDef spamdict_methods[] = {
{NULL, NULL},
};
-staticforward PyTypeObject spamdict_type;
+static PyTypeObject spamdict_type;
static int
spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds)