]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - src/5015008/regcomp.c
Hook convertion of branches into tries
[perl/modules/re-engine-Hooks.git] / src / 5015008 / regcomp.c
index 8130258e2ecefc56b9d0c39e24c4838b1d896c3f..a16bf690a71e6eeb7ea0a393e6a53c5237008712 100644 (file)
@@ -2326,6 +2326,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