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