mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
ANSI-fication and Py_PROTO extermination.
This commit is contained in:
parent
ea9cb5aebf
commit
3cf4d2b3ea
10 changed files with 166 additions and 173 deletions
|
@ -22,4 +22,4 @@ extern DL_IMPORT(PyTypeObject) PyRange_Type;
|
|||
|
||||
#define PyRange_Check(op) ((op)->ob_type == &PyRange_Type)
|
||||
|
||||
extern DL_IMPORT(PyObject *) PyRange_New Py_PROTO((long, long, long, int));
|
||||
extern DL_IMPORT(PyObject *) PyRange_New(long, long, long, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue