]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove extraneous #define as per effbot's instructions in:
authorMichael W. Hudson <mwh@python.net>
Mon, 18 Mar 2002 12:59:38 +0000 (12:59 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 18 Mar 2002 12:59:38 +0000 (12:59 +0000)
[ 530285 ] redefining SRE_CODE in Modules/sre.h

Another one for the trunk, later.

Modules/sre.h

index 365eedbac484ef3f2494a38723144295fde63597..a7fdfbab647f177b75681b44a4e1381cd58d853e 100644 (file)
@@ -21,8 +21,6 @@
 #define SRE_CODE unsigned short
 #endif
 
-#define SRE_CODE unsigned short
-
 typedef struct {
     PyObject_VAR_HEAD
     int groups; /* must be first! */