summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-07-19 10:38:20 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-07-19 10:38:20 +0000
commitc49c2c71589d81e237223f9d95f4f55e1feb074a (patch)
tree6fa9589f253a6db47599454c09effefbd0eab969 /pcre_internal.h
parent8daadcf8c947e8fb558f98b2c14d25788348836a (diff)
downloadpcre-c49c2c71589d81e237223f9d95f4f55e1feb074a.tar.gz
Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance
improvement for .* in DOTALL UTF-8 mode. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@190 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index 12ebeb6..6420b3f 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -744,7 +744,7 @@ enum {
as there's a test for >= ONCE for a subpattern that isn't an assertion. */
OP_ONCE, /* 92 Atomic group */
- OP_BRA, /* 83 Start of non-capturing bracket */
+ OP_BRA, /* 93 Start of non-capturing bracket */
OP_CBRA, /* 94 Start of capturing bracket */
OP_COND, /* 95 Conditional group */