mirror of
https://github.com/python/cpython.git
synced 2025-10-18 04:38:07 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue