summaryrefslogtreecommitdiff
path: root/src/pcre2_context.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-07 12:12:52 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-07 12:12:52 +0000
commitfc9bfcf0cbebf76fe1aa29344d8940fc529dec2e (patch)
treea87c55e1ba1c1e782db135dc9435d908d7774d8c /src/pcre2_context.c
parent27e3c9258af5f6c9b5fbfa3e9ddd638b5e80c38b (diff)
downloadpcre2-fc9bfcf0cbebf76fe1aa29344d8940fc529dec2e.tar.gz
Remove pcre2_jit_stack argument from jit_match.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@136 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_context.c')
-rw-r--r--src/pcre2_context.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pcre2_context.c b/src/pcre2_context.c
index 5b9b2f3..9c0b324 100644
--- a/src/pcre2_context.c
+++ b/src/pcre2_context.c
@@ -162,6 +162,10 @@ const pcre2_match_context PRIV(default_match_context) = {
#ifdef HEAP_MATCH_RECURSE
{ default_malloc, default_free, NULL },
#endif
+#ifdef SUPPORT_JIT
+ NULL,
+ NULL,
+#endif
NULL,
NULL,
MATCH_LIMIT,