Commit d320c348 authored by Tim Peters's avatar Tim Peters

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.
parent 6aefd91c
......@@ -302,7 +302,7 @@ Py_MakePendingCalls(void)
static int recursion_limit = 1000;
int Py_GetRecursionLimit()
int Py_GetRecursionLimit(void)
{
return recursion_limit;
}
......
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