From: Guido van Rossum Date: Sat, 19 Jul 1997 19:49:11 +0000 (+0000) Subject: Added decl for PyInt_GetMax(). X-Git-Tag: v1.5a3~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5617f32c5ce14925175567adf5b71d232f8b4194;p=python Added decl for PyInt_GetMax(). --- diff --git a/Include/intobject.h b/Include/intobject.h index 558bd76e64..d9fd68f3ee 100644 --- a/Include/intobject.h +++ b/Include/intobject.h @@ -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)); /*