summaryrefslogtreecommitdiffstats
path: root/Include/ceval.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-08 14:04:54 (GMT)
committerGuido van Rossum <guido@python.org>2000-05-08 14:04:54 (GMT)
commit7c36ada1156b4d12a7a2390afe1bab91932f86d4 (patch)
treebc297a8b34d4214e2b8e196ca79bba0e54b67a4f /Include/ceval.h
parent80dc16baaa063e442442bfad5626ddd8d9abb6b2 (diff)
downloadcpython-7c36ada1156b4d12a7a2390afe1bab91932f86d4.zip
cpython-7c36ada1156b4d12a7a2390afe1bab91932f86d4.tar.gz
cpython-7c36ada1156b4d12a7a2390afe1bab91932f86d4.tar.bz2
Trent Mick:
Add declaration of PyEval_SliceIndex().
Diffstat (limited to 'Include/ceval.h')
-rw-r--r--Include/ceval.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/ceval.h b/Include/ceval.h
index 8200e3c..c7ad04f 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -144,6 +144,9 @@ extern DL_IMPORT(void) PyEval_ReleaseThread Py_PROTO((PyThreadState *tstate));
#endif /* !WITH_THREAD */
+extern DL_IMPORT(int) _PyEval_SliceIndex Py_PROTO((PyObject *, int *));
+
+
#ifdef __cplusplus
}
#endif