mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -1739,7 +1739,7 @@ clear_handlers(xmlparseobject *self, int initial)
|
|||
}
|
||||
}
|
||||
|
||||
statichere struct HandlerInfo handler_info[] = {
|
||||
static struct HandlerInfo handler_info[] = {
|
||||
{"StartElementHandler",
|
||||
(xmlhandlersetter)XML_SetStartElementHandler,
|
||||
(xmlhandler)my_StartElementHandler},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue