Commit 80e9f3cc authored by Neal Norwitz's avatar Neal Norwitz

Remove extraneous #define as per effbot's instructions in:

[ 530285 ] redefining SRE_CODE in Modules/sre.h
parent 64b6556b
...@@ -21,8 +21,6 @@ ...@@ -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! */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment