]> granicus.if.org Git - python/commitdiff
Added decl for PyInt_GetMax().
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 19:49:11 +0000 (19:49 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 19:49:11 +0000 (19:49 +0000)
Include/intobject.h

index 558bd76e6403d1e60b64d9630e1d12e42a509cb8..d9fd68f3eee7463d26c6dbe3043d9ca4872b08c2 100644 (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));
 
 
 /*