]> granicus.if.org Git - python/commitdiff
PyOS_CheckStack(): Better ANSI'fy this while we're at it.
authorFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 05:52:44 +0000 (05:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 05:52:44 +0000 (05:52 +0000)
Python/pythonrun.c

index 48a033fd04b061f4b3922da7f4ca648c3c2a3795..b00b18f5c5cd065f173109c61e0b80b7df4364f6 100644 (file)
@@ -1205,7 +1205,7 @@ Py_FdIsInteractive(FILE *fp, char *filename)
  * 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