summaryrefslogtreecommitdiff
path: root/Modules/sre.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-13 09:32:59 +0200
committerGeorg Brandl <georg@python.org>2013-10-13 09:32:59 +0200
commitdaa1fa991cf11d67e559b837ab3b9d32514a3595 (patch)
treee8d62a30553142fd183cfea5f3cbf10c57707a67 /Modules/sre.h
parenta7bb9b3a13ae4696cb11fa2a6edef79cdba39fe0 (diff)
downloadcpython-git-daa1fa991cf11d67e559b837ab3b9d32514a3595.tar.gz
Back out accidentally pushed changeset b51218966201.
Diffstat (limited to 'Modules/sre.h')
-rw-r--r--Modules/sre.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/sre.h b/Modules/sre.h
index 1b64a6d67d..0a8f0cfe3d 100644
--- a/Modules/sre.h
+++ b/Modules/sre.h
@@ -89,7 +89,6 @@ typedef struct {
SRE_REPEAT *repeat;
/* hooks */
SRE_TOLOWER_HOOK lower;
- int match_all;
} SRE_STATE;
typedef struct {