summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/intobject.h1
1 files changed, 1 insertions, 0 deletions
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 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));
/*