Author: guido.van.rossum
Date: Tue Jul 10 22:14:13 2007
New Revision: 56243

Modified:
   python/branches/py3k-struni/Python/pythonrun.c
Log:
Silence compiler warning.


Modified: python/branches/py3k-struni/Python/pythonrun.c
==============================================================================
--- python/branches/py3k-struni/Python/pythonrun.c      (original)
+++ python/branches/py3k-struni/Python/pythonrun.c      Tue Jul 10 22:14:13 2007
@@ -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");
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to