Put pcre_extra back
This commit is contained in:
parent
3e57819bdf
commit
5d35d34ab3
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ struct _node {
|
|||
char * combined_pattern;
|
||||
pcre * pcre_pattern;
|
||||
|
||||
#ifdef PCRE_STUDY_JIT_COMPILE
|
||||
// #ifdef PCRE_STUDY_JIT_COMPILE
|
||||
pcre_extra * pcre_extra;
|
||||
#endif
|
||||
// #endif
|
||||
|
||||
// edges are mostly less than 255
|
||||
unsigned char compare_type; // compare_type: pcre, opcode, string
|
||||
|
|
Loading…
Reference in a new issue