diff options
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 |