commit | 5617f32c5ce14925175567adf5b71d232f8b4194 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Jul 19 19:49:11 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Jul 19 19:49:11 1997 +0000 |
tree | b145dc6f919f82717a680d95bd0c6b74d1d0fca2 | |
parent | 8fb26ede517491ccb3f1076ee592e8d255549688 [diff] |
Added decl for PyInt_GetMax().
diff --git a/Include/intobject.h b/Include/intobject.h index 558bd76..d9fd68f 100644 --- a/Include/intobject.h +++ b/Include/intobject.h
@@ -63,6 +63,7 @@ extern PyObject *PyInt_FromLong Py_PROTO((long)); extern long PyInt_AsLong Py_PROTO((PyObject *)); +extern long PyInt_GetMax Py_PROTO((void)); /*