[Python-checkins] CVS: python/dist/src/Python thread.c,2.37,2.38

Tim Peters tim_one@users.sourceforge.net
Thu, 26 Jul 2001 14:35:01 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv28872/python/dist/src/Python

Modified Files:
	thread.c 
Log Message:
Repair more now-obsolete references to config.h.


Index: thread.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread.c,v
retrieving revision 2.37
retrieving revision 2.38
diff -C2 -d -r2.37 -r2.38
*** thread.c	2001/07/26 13:41:06	2.37
--- thread.c	2001/07/26 21:34:59	2.38
***************
*** 8,12 ****
  #include "pyconfig.h"
  
! /* config.h may or may not define DL_IMPORT */
  #ifndef DL_IMPORT	/* declarations for DLL import/export */
  #define DL_IMPORT(RTYPE) RTYPE
--- 8,12 ----
  #include "pyconfig.h"
  
! /* pyconfig.h may or may not define DL_IMPORT */
  #ifndef DL_IMPORT	/* declarations for DLL import/export */
  #define DL_IMPORT(RTYPE) RTYPE