mirror of https://github.com/python/cpython.git
Added decl for PyInt_GetMax().
This commit is contained in:
parent
8fb26ede51
commit
5617f32c5c
|
@ -63,6 +63,7 @@ extern DL_IMPORT(PyTypeObject) PyInt_Type;
|
|||
|
||||
extern PyObject *PyInt_FromLong Py_PROTO((long));
|
||||
extern long PyInt_AsLong Py_PROTO((PyObject *));
|
||||
extern long PyInt_GetMax Py_PROTO((void));
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue