summaryrefslogtreecommitdiff
path: root/pcre_dfa_exec.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-22 15:01:32 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-22 15:01:32 +0000
commitc338782284a14052a63428cf59c5f4544e8b8cf0 (patch)
tree95d3cc4426efc0572b9c1018297e7287395b5a2f /pcre_dfa_exec.c
parenta4ebdbff62929ee62185d2f17e93b9d838645604 (diff)
downloadpcre-c338782284a14052a63428cf59c5f4544e8b8cf0.tar.gz
Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT
callback. Removed the PCRE_EXTRA_USED_JIT flag. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@926 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_dfa_exec.c')
-rw-r--r--pcre_dfa_exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcre_dfa_exec.c b/pcre_dfa_exec.c
index c1c0050..840a04c 100644
--- a/pcre_dfa_exec.c
+++ b/pcre_dfa_exec.c
@@ -3182,7 +3182,6 @@ if (extra_data != NULL)
md->callout_data = extra_data->callout_data;
if ((flags & PCRE_EXTRA_TABLES) != 0)
md->tables = extra_data->tables;
- ((pcre_extra *)extra_data)->flags &= ~PCRE_EXTRA_USED_JIT; /* No JIT support here */
}
/* Check that the first field in the block is the magic number. If it is not,