summaryrefslogtreecommitdiff
path: root/pcre.h.in
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.h.in
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.h.in')
-rw-r--r--pcre.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 5457655..17c4037 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -268,7 +268,6 @@ these bits, just add new ones on the end, in order to remain compatible. */
#define PCRE_EXTRA_MATCH_LIMIT_RECURSION 0x0010
#define PCRE_EXTRA_MARK 0x0020
#define PCRE_EXTRA_EXECUTABLE_JIT 0x0040
-#define PCRE_EXTRA_USED_JIT 0x0080
/* Types */