summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-12-16 17:49:26 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-12-16 17:49:26 +0000
commita0ed1419b31b7a3c778223d6ab45bec4dc491bda (patch)
treedf2b1da86bcc61f5a2b194175088ea06bb2d6671 /src/pcre2.h.in
parent22fd68edea35cb482c473b6e727b4bc8a2dddb5d (diff)
downloadpcre2-a0ed1419b31b7a3c778223d6ab45bec4dc491bda.tar.gz
Save extra compile options with the compiled pattern, and add an info call to
retrieve them. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@892 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 7612c55..6718689 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -418,6 +418,7 @@ released, the numbers must not be changed. */
#define PCRE2_INFO_HASBACKSLASHC 23
#define PCRE2_INFO_FRAMESIZE 24
#define PCRE2_INFO_HEAPLIMIT 25
+#define PCRE2_INFO_EXTRAOPTIONS 26
/* Request types for pcre2_config(). */