mirror of https://github.com/python/cpython
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
|
||||
#endif
|
||||
|
||||
#define SRE_CODE unsigned short
|
||||
|
||||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
int groups; /* must be first! */
|
||||
|
|
Loading…
Reference in New Issue