Removed more stray instances of statichere, but left _sre.c alone.
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c
index 07f5d64..2264dfb 100644
--- a/Modules/xxmodule.c
+++ b/Modules/xxmodule.c
@@ -93,7 +93,7 @@
 		return PyDict_SetItemString(self->x_attr, name, v);
 }
 
-statichere PyTypeObject Xxo_Type = {
+static PyTypeObject Xxo_Type = {
 	/* The ob_type field must be initialized in the module init function
 	 * to be portable to Windows without using C++. */
 	PyObject_HEAD_INIT(NULL)