summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-27 06:19:22 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-27 06:19:22 +0000
commit2bad9702930f620b61c8bc3cec3d4cd811df3693 (patch)
treec458805551221d42d0be97a47007fe2bd4f403d4 /Python/pythonrun.c
parent908c871eeb1490c105d46c7a470201f39f2f89f8 (diff)
downloadcpython-git-2bad9702930f620b61c8bc3cec3d4cd811df3693.tar.gz
Make some internal functions static
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 542fe3859d..a0019c4c4b 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");