summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-07-05 10:38:37 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-07-05 10:38:37 +0000
commit74d96caf6251eff2f6c6a3e879268ce2d2a6c9be (patch)
tree6ae4a88065c2212f6f3a5f59748ee7526e44a46e /pcre.h.in
parenteffbf54d31bb269a4a093f0ebee3ed11077fc51e (diff)
downloadpcre-74d96caf6251eff2f6c6a3e879268ce2d2a6c9be.tar.gz
Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for
empty string matching. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1348 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 44df834..780b47e 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -277,6 +277,7 @@ with J. */
#define PCRE_INFO_REQUIREDCHARFLAGS 22
#define PCRE_INFO_MATCHLIMIT 23
#define PCRE_INFO_RECURSIONLIMIT 24
+#define PCRE_INFO_MATCH_EMPTY 25
/* Request types for pcre_config(). Do not re-arrange, in order to remain
compatible. */