]> granicus.if.org Git - python/commitdiff
Trent Mick:
authorGuido van Rossum <guido@python.org>
Mon, 8 May 2000 14:04:54 +0000 (14:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 May 2000 14:04:54 +0000 (14:04 +0000)
Add declaration of PyEval_SliceIndex().

Include/ceval.h

index 8200e3cd1b88fbff185daf6af08ce5c15caa189b..c7ad04f1bc3c1e466495e6e760f4dbba6ef3420b 100644 (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