[Python-checkins] CVS: python/dist/src/Modules sre.h,2.21,2.22

Neal Norwitz nnorwitz@users.sourceforge.net
Mon, 18 Mar 2002 10:46:16 -0800


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

Modified Files:
	sre.h 
Log Message:
Remove extraneous #define as per effbot's instructions in:

[ 530285 ] redefining SRE_CODE in Modules/sre.h


Index: sre.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/sre.h,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -d -r2.21 -r2.22
*** sre.h	2 Jul 2001 16:42:49 -0000	2.21
--- sre.h	18 Mar 2002 18:46:14 -0000	2.22
***************
*** 22,27 ****
  #endif
  
- #define SRE_CODE unsigned short
- 
  typedef struct {
      PyObject_VAR_HEAD
--- 22,25 ----