commit | 69f7114fc298b0332fd5e9754eaf41256bd6d5da | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun May 24 21:25:49 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun May 24 21:25:49 2009 +0000 |
tree | ccf78a5ec6b57299cd47f6080b0718fc71206255 | |
parent | 118ebe19db0f5ef0459c158179010ce30259afe7 [diff] [blame] |
Make some private functions static (thanks `make smelly`)
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index f6c36cf..7f6568c 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c
@@ -3117,6 +3117,7 @@ PyMem_DEL(array); } +static int fsconvert_strdup(PyObject *o, char**out) { PyObject *bytes;