summaryrefslogtreecommitdiff
path: root/src/pcre2.h.generic
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-08 15:21:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-08 15:21:39 +0000
commit8a6312e6bc4f8dba8f63e97c9f1d9a50ef583ba7 (patch)
treea14336721df414158e933ff0c97de15ac7d03e62 /src/pcre2.h.generic
parent09fe1a58ca56a5f91acf22d8135d73b71ff3cfba (diff)
downloadpcre2-8a6312e6bc4f8dba8f63e97c9f1d9a50ef583ba7.tar.gz
Documentation tidies and code tidies for Windows.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@737 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.generic')
-rw-r--r--src/pcre2.h.generic1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2.h.generic b/src/pcre2.h.generic
index f14fcb2..e699b8a 100644
--- a/src/pcre2.h.generic
+++ b/src/pcre2.h.generic
@@ -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.