summaryrefslogtreecommitdiff
path: root/src/pcre2_intmodedep.h
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-05 17:33:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-05 17:33:39 +0000
commit32fc1ae4c1fbe2749166809fa8820b354cd678c0 (patch)
tree7c0f333f1f4d4c086c634ec598764b17b2d6787d /src/pcre2_intmodedep.h
parent8868ee002a2a19559c881f8264be3c4c6b84ffc8 (diff)
downloadpcre2-32fc1ae4c1fbe2749166809fa8820b354cd678c0.tar.gz
Implement pcre2_set_max_pattern_length()
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@414 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_intmodedep.h')
-rw-r--r--src/pcre2_intmodedep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2_intmodedep.h b/src/pcre2_intmodedep.h
index 884f968..c113ee9 100644
--- a/src/pcre2_intmodedep.h
+++ b/src/pcre2_intmodedep.h
@@ -562,6 +562,7 @@ typedef struct pcre2_real_compile_context {
int (*stack_guard)(uint32_t, void *);
void *stack_guard_data;
const uint8_t *tables;
+ PCRE2_SIZE max_pattern_length;
uint16_t bsr_convention;
uint16_t newline_convention;
uint32_t parens_nest_limit;