summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-28 12:28:15 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-28 12:28:15 +0000
commit3183625c723f61bb3dd8b30b0cedb37932d65b4f (patch)
tree69e8a53fe952dc051c0d6d364de90cbfb6c44270 /pcre.h.in
parente916d5250f3714258812969b29af506e0e031d97 (diff)
downloadpcre-3183625c723f61bb3dd8b30b0cedb37932d65b4f.tar.gz
Add support for PCRE_STUDY_EXTRA_NEEDED.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1022 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 3588cd3..8c0bdda 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -259,6 +259,7 @@ compatible. */
#define PCRE_STUDY_JIT_COMPILE 0x0001
#define PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE 0x0002
#define PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE 0x0004
+#define PCRE_STUDY_EXTRA_NEEDED 0x0008
/* 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. */