diff options
author | Georg Brandl <georg@python.org> | 2013-10-13 09:32:59 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-13 09:32:59 +0200 |
commit | daa1fa991cf11d67e559b837ab3b9d32514a3595 (patch) | |
tree | e8d62a30553142fd183cfea5f3cbf10c57707a67 /Modules/sre.h | |
parent | a7bb9b3a13ae4696cb11fa2a6edef79cdba39fe0 (diff) | |
download | cpython-git-daa1fa991cf11d67e559b837ab3b9d32514a3595.tar.gz |
Back out accidentally pushed changeset b51218966201.
Diffstat (limited to 'Modules/sre.h')
-rw-r--r-- | Modules/sre.h | 1 |
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 { |