mirror of
https://github.com/python/cpython.git
synced 2025-09-16 05:36:29 +00:00
Revert removal of void from function definition. Guido sez I can take it
out again after we complete switching to C++ <wink>. Thanks to Greg Stein for hitting me.
This commit is contained in:
parent
6aefd91c7f
commit
d320c348f8
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ Py_MakePendingCalls(void)
|
||||||
|
|
||||||
static int recursion_limit = 1000;
|
static int recursion_limit = 1000;
|
||||||
|
|
||||||
int Py_GetRecursionLimit()
|
int Py_GetRecursionLimit(void)
|
||||||
{
|
{
|
||||||
return recursion_limit;
|
return recursion_limit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue