mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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
|
||||
#endif
|
||||
|
||||
#define SRE_CODE unsigned short
|
||||
|
||||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
int groups; /* must be first! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue