diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-08-28 12:28:15 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-08-28 12:28:15 +0000 |
commit | 3183625c723f61bb3dd8b30b0cedb37932d65b4f (patch) | |
tree | 69e8a53fe952dc051c0d6d364de90cbfb6c44270 /pcre.h.in | |
parent | e916d5250f3714258812969b29af506e0e031d97 (diff) | |
download | pcre-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.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |