summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-20 18:44:42 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-20 18:44:42 +0000
commit7f098bd50ecbaf83da35d6a3ad5cdfb3af1eb8d9 (patch)
tree3ac93bee754b4ab9dcf0dea96b41f929a3119a92 /pcre.h.in
parent0c93c6b96052e711b78d83166348b6c09bf4270d (diff)
downloadpcre-7f098bd50ecbaf83da35d6a3ad5cdfb3af1eb8d9.tar.gz
Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ and
-s++ to pcretest to show whether JIT was used or not. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@922 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 17c4037..5457655 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -268,6 +268,7 @@ 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 */