Silence compiler warning.
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index d8bc646..bb69b19 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -294,7 +294,7 @@
 /* Flush stdout and stderr */
 
 void
-flush_std_files()
+flush_std_files(void)
 {
 	PyObject *fout = PySys_GetObject("stdout");
 	PyObject *ferr = PySys_GetObject("stderr");