summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-16 17:55:55 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-16 17:55:55 +0000
commit589466b3fa70649d27eb20050dfe9bca0b1149c6 (patch)
tree37bb63c9991d54111a4efa4cd5f2b1c354074fb6 /src/pcre2.h.in
parenta74ea02e5006bae4484b508b04a010e90c4dfdc2 (diff)
downloadpcre2-589466b3fa70649d27eb20050dfe9bca0b1149c6.tar.gz
Add "framesize" to pcre2test to display pcre2_match() frame size, using the new
PCRE2_INFO_FRAMESIZE option for pcre2_pattern_info(). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@682 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 d007f66..643879f 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -295,6 +295,7 @@ numbers must not be changed. */
#define PCRE2_INFO_RECURSIONLIMIT 21 /* Obsolete synonym */
#define PCRE2_INFO_SIZE 22
#define PCRE2_INFO_HASBACKSLASHC 23
+#define PCRE2_INFO_FRAMESIZE 24
/* Request types for pcre2_config(). */