summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-27 06:19:22 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-27 06:19:22 (GMT)
commit2bad9702930f620b61c8bc3cec3d4cd811df3693 (patch)
treec458805551221d42d0be97a47007fe2bd4f403d4 /Python
parent908c871eeb1490c105d46c7a470201f39f2f89f8 (diff)
downloadcpython-2bad9702930f620b61c8bc3cec3d4cd811df3693.zip
cpython-2bad9702930f620b61c8bc3cec3d4cd811df3693.tar.gz
cpython-2bad9702930f620b61c8bc3cec3d4cd811df3693.tar.bz2
Make some internal functions static
Diffstat (limited to 'Python')
-rw-r--r--Python/pythonrun.c2
1 files changed, 1 insertions, 1 deletions
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 @@ extern void dump_counts(FILE*);
/* Flush stdout and stderr */
-void
+static void
flush_std_files(void)
{
PyObject *fout = PySys_GetObject("stdout");