Removed more stray instances of statichere, but left _sre.c alone.
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 5d9ab35..8fdc97d 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -559,7 +559,7 @@
 	return Py_FindMethod(poll_methods, (PyObject *)self, name);
 }
 
-statichere PyTypeObject poll_Type = {
+static PyTypeObject poll_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)