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

Tim Peters python-dev@python.org
Sun, 27 Aug 2000 13:00:37 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31797/Include

Modified Files:
	ceval.h 
Log Message:
The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs.


Index: ceval.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/ceval.h,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -r2.36 -r2.37
*** ceval.h	2000/07/25 12:56:37	2.36
--- ceval.h	2000/08/27 20:00:35	2.37
***************
*** 100,103 ****
--- 100,104 ----
  extern DL_IMPORT(void) PyEval_AcquireThread(PyThreadState *tstate);
  extern DL_IMPORT(void) PyEval_ReleaseThread(PyThreadState *tstate);
+ extern DL_IMPORT(void) PyEval_ReInitThreads(void);
  
  #define Py_BEGIN_ALLOW_THREADS { \