X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5015003%2Fregcomp.c;h=4ada8ebe8ec6aa9d35788e9022de96c808fa8fd5;hp=47512c0156149decd8b3bc6129c21981a92d8ee1;hb=9fc90d81cde4cbe8bff27adf3cc3624c86988f1a;hpb=7eb360aa8aa4a3fbd88d6bf1dedd601e6dcef62e diff --git a/src/5015003/regcomp.c b/src/5015003/regcomp.c index 47512c0..4ada8eb 100644 --- a/src/5015003/regcomp.c +++ b/src/5015003/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