summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-04 17:09:33 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-04 17:09:33 +0000
commitc40eeb6597b762ab8829be516100e4bb190e44b4 (patch)
tree1a84d97d34dc0c2312aa26bb45b2ce64e20f7f75 /src/pcre2.h.in
parent09b38a6af1c8deb294e2198744bd46aab3f3e186 (diff)
downloadpcre2-c40eeb6597b762ab8829be516100e4bb190e44b4.tar.gz
Implement PCRE2_ENDANCHORED.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@731 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.in')
-rw-r--r--src/pcre2.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2.h.in b/src/pcre2.h.in
index 643879f..7a8eb71 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -101,6 +101,7 @@ others can be added next to them */
#define PCRE2_ANCHORED 0x80000000u
#define PCRE2_NO_UTF_CHECK 0x40000000u
+#define PCRE2_ENDANCHORED 0x20000000u
/* The following option bits can be passed only to pcre2_compile(). However,
they may affect compilation, JIT compilation, and/or interpretive execution.