X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=src%2F5014000%2Fregcomp.c;h=36f88ade82f4225a320dbfae0705d1084fecd7ad;hb=334f1b94af28b0ccc9440d2321bc7ca8423da073;hp=9f25d62c0379303d57f701ff5269634acbe5cdde;hpb=3873fbc39d250734131e096da47add0cf601d194;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/src/5014000/regcomp.c b/src/5014000/regcomp.c index 9f25d62..36f88ad 100644 --- a/src/5014000/regcomp.c +++ b/src/5014000/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