PyOS_CheckStack(): Better ANSI'fy this while we're at it.
This commit is contained in:
parent
17e6343d2d
commit
399739f79f
|
@ -1205,7 +1205,7 @@ Py_FdIsInteractive(FILE *fp, char *filename)
|
||||||
* Return non-zero when we run out of memory on the stack; zero otherwise.
|
* Return non-zero when we run out of memory on the stack; zero otherwise.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
PyOS_CheckStack()
|
PyOS_CheckStack(void)
|
||||||
{
|
{
|
||||||
__try {
|
__try {
|
||||||
/* _alloca throws a stack overflow exception if there's
|
/* _alloca throws a stack overflow exception if there's
|
||||||
|
|
Loading…
Reference in New Issue