Trent Mick:

Add declaration of PyEval_SliceIndex().
This commit is contained in:
Guido van Rossum 2000-05-08 14:04:54 +00:00
parent 80dc16baaa
commit 7c36ada115
1 changed files with 3 additions and 0 deletions

View File

@ -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