PyOS_CheckStack():  Better ANSI'fy this while we're at it.
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 48a033f..b00b18f 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1205,7 +1205,7 @@
  * Return non-zero when we run out of memory on the stack; zero otherwise.
  */
 int
-PyOS_CheckStack()
+PyOS_CheckStack(void)
 {
 	__try {
 		/* _alloca throws a stack overflow exception if there's