[Python-checkins] CVS: python/dist/src/Include Python.h,2.15,2.16

Guido van Rossum python-dev@python.org
Mon, 8 May 2000 09:35:20 -0400 (EDT)


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

Modified Files:
	Python.h 
Log Message:
Andy Dustman: add GNU pth user-space thread support.


Index: Python.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/Python.h,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** Python.h	2000/04/05 20:11:08	2.15
--- Python.h	2000/05/08 13:35:17	2.16
***************
*** 129,131 ****
--- 129,135 ----
  #define Py_eval_input 258
  
+ #ifdef _GNU_PTH
+ /* GNU pth user-space thread support */
+ #include <pth.h>
+ #endif
  #endif /* !Py_PYTHON_H */