Added decl for PyInt_GetMax().

This commit is contained in:
Guido van Rossum 1997-07-19 19:49:11 +00:00
parent 8fb26ede51
commit 5617f32c5c
1 changed files with 1 additions and 0 deletions

View File

@ -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));
/*