diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-02-22 15:01:32 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-02-22 15:01:32 +0000 |
commit | c338782284a14052a63428cf59c5f4544e8b8cf0 (patch) | |
tree | 95d3cc4426efc0572b9c1018297e7287395b5a2f /pcre.h.in | |
parent | a4ebdbff62929ee62185d2f17e93b9d838645604 (diff) | |
download | pcre-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.in | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |