Commit 5617f32c authored by Guido van Rossum's avatar Guido van Rossum

Added decl for PyInt_GetMax().

parent 8fb26ede
......@@ -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));
/*
......
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