]> granicus.if.org Git - python/commitdiff
Silence compiler warning.
authorGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 20:14:13 +0000 (20:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 20:14:13 +0000 (20:14 +0000)
Python/pythonrun.c

index d8bc6466bf6c0cb70a16e474e1af20d89500f077..bb69b1914214fa60b67d8a95736c2f4d6d146cae 100644 (file)
@@ -294,7 +294,7 @@ extern void dump_counts(FILE*);
 /* Flush stdout and stderr */
 
 void
-flush_std_files()
+flush_std_files(void)
 {
        PyObject *fout = PySys_GetObject("stdout");
        PyObject *ferr = PySys_GetObject("stderr");