]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - src/5015009/regexec.c
Remove the 5.13 development branch
[perl/modules/re-engine-Hooks.git] / src / 5015009 / regexec.c
index 9cd5e7522f349a24fb3a7cee5f764a4c57a460a2..682b8b4ce967688c8c1e8047d75a8d635439a9de 100644 (file)
@@ -3176,7 +3176,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
            next = NULL;
        state_num = OP(scan);
 
-       REH_CALL_REGEXEC_HOOK(rex, scan);
+       REH_CALL_EXEC_NODE_HOOK(rex, scan, reginfo, st);
       reenter_switch:
 
        assert(PL_reglastparen == &rex->lastparen);