summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib')
-rw-r--r--Mac/Lib/test/mkcwproj/mkcwtestmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/test/mkcwproj/mkcwtestmodule.c b/Mac/Lib/test/mkcwproj/mkcwtestmodule.c
index ad8099b..84d0e2d 100644
--- a/Mac/Lib/test/mkcwproj/mkcwtestmodule.c
+++ b/Mac/Lib/test/mkcwproj/mkcwtestmodule.c
@@ -23,7 +23,7 @@ typedef struct {
PyObject *x_attr; /* Attributes dictionary */
} XxoObject;
-staticforward PyTypeObject Xxo_Type;
+static PyTypeObject Xxo_Type;
#define XxoObject_Check(v) ((v)->ob_type == &Xxo_Type)