From: Fred Drake Date: Thu, 31 Aug 2000 05:52:44 +0000 (+0000) Subject: PyOS_CheckStack(): Better ANSI'fy this while we're at it. X-Git-Tag: v2.0b1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=399739f79f1d6cef6bc8a8ec63f9a81255464f15;p=thirdparty%2FPython%2Fcpython.git PyOS_CheckStack(): Better ANSI'fy this while we're at it. --- diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 48a033fd04b0..b00b18f5c5cd 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -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