summaryrefslogtreecommitdiffstats
path: root/Include/intobject.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 19:49:11 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-19 19:49:11 (GMT)
commit5617f32c5ce14925175567adf5b71d232f8b4194 (patch)
treeb145dc6f919f82717a680d95bd0c6b74d1d0fca2 /Include/intobject.h
parent8fb26ede517491ccb3f1076ee592e8d255549688 (diff)
downloadcpython-5617f32c5ce14925175567adf5b71d232f8b4194.zip
cpython-5617f32c5ce14925175567adf5b71d232f8b4194.tar.gz
cpython-5617f32c5ce14925175567adf5b71d232f8b4194.tar.bz2
Added decl for PyInt_GetMax().
Diffstat (limited to 'Include/intobject.h')
-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));
/*