X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=src%2F5015001%2Fregcomp.c;h=9ca75cb40f9ee32ba17e04ed0ac0cd49835c4c02;hb=9fc90d81cde4cbe8bff27adf3cc3624c86988f1a;hp=e59647f2a6b5e18ce89225a2905af963f3880622;hpb=3873fbc39d250734131e096da47add0cf601d194;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/src/5015001/regcomp.c b/src/5015001/regcomp.c index e59647f..9ca75cb 100644 --- a/src/5015001/regcomp.c +++ b/src/5015001/regcomp.c @@ -2321,6 +2321,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