mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Prevent name pollution by making lots of internal functions static.
This commit is contained in:
parent
f6a904456e
commit
6576bd844f
5 changed files with 35 additions and 35 deletions
|
@ -46,7 +46,7 @@ future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)
|
|||
return 1;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
|
||||
{
|
||||
int i, found_docstring = 0, done = 0, prev_line = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue