Kaydet (Commit) 399739f7 authored tarafından Fred Drake's avatar Fred Drake

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

üst 17e6343d
...@@ -1205,7 +1205,7 @@ Py_FdIsInteractive(FILE *fp, char *filename) ...@@ -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
......
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