X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5013008%2Fregcomp.c;h=220dd02c0b13d324bdb65e53d5d5477b589e2120;hp=3f1ba217d1d779a61c7602c677701e9997a541a1;hb=3f6667898e8cbd21ca5c75f79f3fd1d27c44a96a;hpb=3873fbc39d250734131e096da47add0cf601d194 diff --git a/src/5013008/regcomp.c b/src/5013008/regcomp.c index 3f1ba21..220dd02 100644 --- a/src/5013008/regcomp.c +++ b/src/5013008/regcomp.c @@ -2185,6 +2185,7 @@ S_make_trie(pTHX_ RExC_state_t *pRExC_state, regnode *startbranch, regnode *firs Set_Node_Offset_Length(convert,mjd_offset,mjd_nodelen); }); } /* end node insert */ + REH_CALL_COMP_NODE_HOOK(pRExC_state->rx, convert); /* Finish populating the prev field of the wordinfo array. Walk back * from each accept state until we find another accept state, and if @@ -4346,7 +4347,7 @@ Perl_reginitcolors(pTHX) #ifndef PERL_IN_XSUB_RE -#define RE_ENGINE_PTR &PL_core_reg_engine +#define RE_ENGINE_PTR &reh_regexp_engine #else extern const struct regexp_engine my_reg_engine; #define RE_ENGINE_PTR &my_reg_engine