Skip to content

Commit 33d0f50

Browse files
committed
Add all compilation conditions to the new function
1 parent 5f3537e commit 33d0f50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apache2/re_operators.c

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737

3838
#include "libinjection/libinjection.h"
3939

40+
#ifdef WITH_PCRE_STUDY
41+
#ifdef WITH_PCRE_JIT
4042
#ifdef WITH_PCRE2
4143
/**
4244
* @brief Set the JIT compile return code and JIT compile status.
@@ -54,6 +56,8 @@ static void msc_op_set_jitrc(msc_regex_t *regex, int *rc, int *jit) {
5456
return;
5557
}
5658
#endif
59+
#endif
60+
#endif
5761

5862
/**
5963
*

0 commit comments

Comments
 (0)