mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
Prevent name pollution by making lots of internal functions static.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user