mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Removed more stray instances of statichere, but left _sre.c alone.
This commit is contained in:
parent
50ceb68b4f
commit
0c32279626
8 changed files with 9 additions and 9 deletions
|
@ -93,7 +93,7 @@ Xxo_setattr(XxoObject *self, char *name, PyObject *v)
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue