From 576e0c30df67888f91091a87b4093c2ee7f33ce3 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 27 Aug 2007 06:19:22 +0000 Subject: Make some internal functions static --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pythonrun.c') 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"); -- cgit v1.2.1