X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5015007%2Fregcomp.c;h=6a0b96df3ead63cb19efd7ac7e867d87d45b1e1f;hp=d6cc6b717ad1a0091a1765407cf0262adf3b1307;hb=9fc90d81cde4cbe8bff27adf3cc3624c86988f1a;hpb=7eb360aa8aa4a3fbd88d6bf1dedd601e6dcef62e diff --git a/src/5015007/regcomp.c b/src/5015007/regcomp.c index d6cc6b7..6a0b96d 100644 --- a/src/5015007/regcomp.c +++ b/src/5015007/regcomp.c @@ -2323,6 +2323,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