From 7c36ada1156b4d12a7a2390afe1bab91932f86d4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 8 May 2000 14:04:54 +0000 Subject: Trent Mick: Add declaration of PyEval_SliceIndex(). --- Include/ceval.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12