Remove extraneous #define as per effbot's instructions in:
[ 530285 ] redefining SRE_CODE in Modules/sre.h
This commit is contained in:
parent
11f5be8d88
commit
5909402cde
|
@ -21,8 +21,6 @@
|
||||||
#define SRE_CODE unsigned short
|
#define SRE_CODE unsigned short
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SRE_CODE unsigned short
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
PyObject_VAR_HEAD
|
PyObject_VAR_HEAD
|
||||||
int groups; /* must be first! */
|
int groups; /* must be first! */
|
||||||
|
|
Loading…
Reference in New Issue