summaryrefslogtreecommitdiff
path: root/src/pcre2.h.generic
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-30 07:06:48 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-30 07:06:48 +0000
commitdb01d57b703f77f68840bccf4600fae03ac95cf0 (patch)
tree0465f32f679f879fb99aaa901499dbcd803493ba /src/pcre2.h.generic
parentc90bcfa7556b71fb9fab19a07cbc42f175021845 (diff)
downloadpcre2-db01d57b703f77f68840bccf4600fae03ac95cf0.tar.gz
PCRE2 successfully compiles with --enable-jit now.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@84 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2.h.generic')
-rw-r--r--src/pcre2.h.generic3
1 files changed, 2 insertions, 1 deletions
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 *, \