mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Regenerated without default int return types.
This commit is contained in:
parent
d157b3795b
commit
06d2e1af35
17 changed files with 35 additions and 33 deletions
|
@ -81,6 +81,7 @@ PyObject *CFRange_New(CFRange *itself)
|
|||
return Py_BuildValue("ll", (long)itself->location, (long)itself->length);
|
||||
}
|
||||
|
||||
int
|
||||
CFRange_Convert(PyObject *v, CFRange *p_itself)
|
||||
{
|
||||
long location, length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue