Typos in non-JIT compile mode.
This commit is contained in:
parent
f1c6ee730a
commit
bcf59568aa
|
@ -98,7 +98,6 @@ pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length,
|
||||||
(void)options;
|
(void)options;
|
||||||
(void)match_data;
|
(void)match_data;
|
||||||
(void)mcontext;
|
(void)mcontext;
|
||||||
(void)jit_stack;
|
|
||||||
return PCRE2_ERROR_JIT_BADOPTION;
|
return PCRE2_ERROR_JIT_BADOPTION;
|
||||||
|
|
||||||
#else /* SUPPORT_JIT */
|
#else /* SUPPORT_JIT */
|
||||||
|
|
|
@ -136,7 +136,7 @@ pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callbac
|
||||||
void *callback_data)
|
void *callback_data)
|
||||||
{
|
{
|
||||||
#ifndef SUPPORT_JIT
|
#ifndef SUPPORT_JIT
|
||||||
(void)code;
|
(void)mcontext;
|
||||||
(void)callback;
|
(void)callback;
|
||||||
(void)callback_data;
|
(void)callback_data;
|
||||||
#else /* SUPPORT_JIT */
|
#else /* SUPPORT_JIT */
|
||||||
|
|
Loading…
Reference in New Issue