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

@ -785,7 +785,7 @@ static PyMethodDef zlib_methods[] =
{NULL, NULL}
};
statichere PyTypeObject Comptype = {
static PyTypeObject Comptype = {
PyObject_HEAD_INIT(0)
0,
"zlib.Compress",
@ -802,7 +802,7 @@ statichere PyTypeObject Comptype = {
0, /*tp_as_mapping*/
};
statichere PyTypeObject Decomptype = {
static PyTypeObject Decomptype = {
PyObject_HEAD_INIT(0)
0,
"zlib.Decompress",