summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-13 06:04:50 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-13 06:04:50 +0000
commit3d797613843e50b6525145e8526a0fce35db3dee (patch)
treee9defe126f731c9aee260f40f1270298aa86a78c /pcre.h.in
parent4e35708f0769044ff938f0710791e9efb7407da6 (diff)
downloadpcre-3d797613843e50b6525145e8526a0fce35db3dee.tar.gz
Partial matching support is added to the JIT compiler
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@914 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcre.h.in b/pcre.h.in
index b457eeb..17c4037 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -254,7 +254,9 @@ compatible. */
/* Request types for pcre_study(). Do not re-arrange, in order to remain
compatible. */
-#define PCRE_STUDY_JIT_COMPILE 0x0001
+#define PCRE_STUDY_JIT_COMPILE 0x0001
+#define PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE 0x0002
+#define PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE 0x0004
/* Bit flags for the pcre[16]_extra structure. Do not re-arrange or redefine
these bits, just add new ones on the end, in order to remain compatible. */