Skip to content

Commit

Permalink
PyOS_CheckStack(): Better ANSI'fy this while we're at it.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Aug 31, 2000
1 parent 17e6343 commit 399739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/pythonrun.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 399739f

Please sign in to comment.