From db01d57b703f77f68840bccf4600fae03ac95cf0 Mon Sep 17 00:00:00 2001 From: zherczeg Date: Tue, 30 Sep 2014 07:06:48 +0000 Subject: PCRE2 successfully compiles with --enable-jit now. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@84 6239d852-aaf2-0410-a92c-79f79f948069 --- src/pcre2.h.generic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pcre2.h.generic') diff --git a/src/pcre2.h.generic b/src/pcre2.h.generic index ad84726..3d7c9fd 100644 --- a/src/pcre2.h.generic +++ b/src/pcre2.h.generic @@ -457,7 +457,8 @@ PCRE2_EXP_DECL int pcre2_substring_list_get(pcre2_match_data *, \ /* Functions for JIT processing */ #define PCRE2_JIT_FUNCTIONS \ -PCRE2_EXP_DECL void pcre2_jit_compile(pcre2_code *, uint32_t); \ +PCRE2_EXP_DECL int pcre2_jit_compile(pcre2_code *, uint32_t, \ + pcre2_match_context *); \ PCRE2_EXP_DECL int pcre2_jit_match(const pcre2_code *, \ PCRE2_SPTR, int, PCRE2_OFFSET, uint32_t, \ pcre2_match_data *, pcre2_match_context *, \ -- cgit v1.2.1