[Python-checkins] CVS: python/dist/src/Modules pcre.h,2.7,2.8

Guido van Rossum python-dev@python.org
Wed, 28 Jun 2000 13:56:32 -0700


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

Modified Files:
	pcre.h 
Log Message:
Jack Jansen: Mac Carbon: don't include sys/types if we don't have it

Index: pcre.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pcre.h,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -r2.7 -r2.8
*** pcre.h	1998/05/07 15:32:41	2.7
--- pcre.h	2000/06/28 20:56:30	2.8
***************
*** 15,19 ****
--- 15,21 ----
  it is needed here for malloc. */
  
+ #ifndef DONT_HAVE_SYS_TYPES_H
  #include <sys/types.h>
+ #endif
  #include <stdlib.h>