Make some internal functions static

This commit is contained in:
Neal Norwitz 2007-08-27 06:19:22 +00:00
parent 908c871eeb
commit 2bad970293
2 changed files with 4 additions and 4 deletions

View file

@ -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");