From: Michael W. Hudson Date: Mon, 18 Mar 2002 12:59:38 +0000 (+0000) Subject: Remove extraneous #define as per effbot's instructions in: X-Git-Tag: v2.2.1c1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39d2b3c33047b25f91387e09a3986df2b5c753b3;p=thirdparty%2FPython%2Fcpython.git Remove extraneous #define as per effbot's instructions in: [ 530285 ] redefining SRE_CODE in Modules/sre.h Another one for the trunk, later. --- diff --git a/Modules/sre.h b/Modules/sre.h index 365eedbac484..a7fdfbab647f 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! */