From 5d35d34ab358b90216e84f8f7a55027a80e44f51 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 10 Nov 2015 19:21:53 +0800 Subject: [PATCH] Put pcre_extra back --- include/r3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/r3.h b/include/r3.h index d62d21f..52c9bc9 100644 --- a/include/r3.h +++ b/include/r3.h @@ -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