mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Adding missing "static" declarations (found by "make smelly").
This commit is contained in:
parent
c3ffef6666
commit
2677512fc1
3 changed files with 5 additions and 5 deletions
|
|
@ -215,7 +215,7 @@ static PyMethodDef new_methods[] = {
|
|||
{NULL, NULL} /* sentinel */
|
||||
};
|
||||
|
||||
char new_doc[] =
|
||||
static char new_doc[] =
|
||||
"Functions to create new objects used by the interpreter.\n\
|
||||
\n\
|
||||
You need to know a great deal about the interpreter to use this!";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue