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

This commit is contained in:
Fred Drake 2000-08-31 05:52:44 +00:00
parent 17e6343d2d
commit 399739f79f
1 changed files with 1 additions and 1 deletions

View File

@ -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