[Python-checkins] CVS: python/dist/src/Include ceval.h,2.30,2.31

Guido van Rossum python-dev@python.org
Mon, 8 May 2000 10:04:56 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/projects/python/develop/guido/src/Include

Modified Files:
	ceval.h 
Log Message:
Trent Mick:

Add declaration of PyEval_SliceIndex().


Index: ceval.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/ceval.h,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -r2.30 -r2.31
*** ceval.h	1999/03/17 18:44:39	2.30
--- ceval.h	2000/05/08 14:04:54	2.31
***************
*** 145,148 ****
--- 145,151 ----
  #endif /* !WITH_THREAD */
  
+ extern DL_IMPORT(int) _PyEval_SliceIndex Py_PROTO((PyObject *, int *));
+ 
+ 
  #ifdef __cplusplus
  }