Commit 399739f7 authored by Fred Drake's avatar Fred Drake

PyOS_CheckStack(): Better ANSI'fy this while we're at it.

parent 17e6343d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment