commit | 2bad9702930f620b61c8bc3cec3d4cd811df3693 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 27 06:19:22 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 27 06:19:22 2007 +0000 |
tree | c458805551221d42d0be97a47007fe2bd4f403d4 | |
parent | 908c871eeb1490c105d46c7a470201f39f2f89f8 [diff] [blame] |
Make some internal functions static
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 542fe38..a0019c4 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -295,7 +295,7 @@ /* Flush stdout and stderr */ -void +static void flush_std_files(void) { PyObject *fout = PySys_GetObject("stdout");