]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - src/5014001/regcomp.c
Hook convertion of branches into tries
[perl/modules/re-engine-Hooks.git] / src / 5014001 / regcomp.c
index c8e79b704cc3542066d60f91a8e062646d23a6f2..a5ac553b5924a8ddfb74efef1be719fbadaf2e44 100644 (file)
@@ -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