Prevent name pollution by making lots of internal functions static.

This commit is contained in:
Neal Norwitz 2005-11-13 18:41:28 +00:00
parent f6a904456e
commit 6576bd844f
5 changed files with 35 additions and 35 deletions

View file

@ -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;