From 399739f79f1d6cef6bc8a8ec63f9a81255464f15 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 31 Aug 2000 05:52:44 +0000 Subject: [PATCH] PyOS_CheckStack(): Better ANSI'fy this while we're at it. --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 48a033fd04b..b00b18f5c5c 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