diff options
author | Michael W. Hudson <mwh@python.net> | 2002-03-18 12:59:38 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-03-18 12:59:38 (GMT) |
commit | 39d2b3c33047b25f91387e09a3986df2b5c753b3 (patch) | |
tree | a63e457772bce4a0805767165bf56aa0d0b149f2 | |
parent | 724374d1626ba1ffa300f244ccbdf0052ffd5701 (diff) | |
download | cpython-39d2b3c33047b25f91387e09a3986df2b5c753b3.zip cpython-39d2b3c33047b25f91387e09a3986df2b5c753b3.tar.gz cpython-39d2b3c33047b25f91387e09a3986df2b5c753b3.tar.bz2 |
Remove extraneous #define as per effbot's instructions in:
[ 530285 ] redefining SRE_CODE in Modules/sre.h
Another one for the trunk, later.
-rw-r--r-- | Modules/sre.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/sre.h b/Modules/sre.h index 365eedb..a7fdfba 100644 --- a/Modules/sre.h +++ b/Modules/sre.h @@ -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! */ |