Removed more stray instances of statichere, but left _sre.c alone.

This commit is contained in:
Tim Peters 2002-07-17 16:49:03 +00:00
parent 50ceb68b4f
commit 0c32279626
8 changed files with 9 additions and 9 deletions

View file

@ -559,7 +559,7 @@ poll_getattr(pollObject *self, char *name)
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)