X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5015009%2Fregexec.c;h=682b8b4ce967688c8c1e8047d75a8d635439a9de;hp=09ab948a01e5104fe3446cd81b9cd7b1c8f1f62f;hb=3873fbc39d250734131e096da47add0cf601d194;hpb=d2b7e04fb8d40639a353ea53a1957b9872373c8b diff --git a/src/5015009/regexec.c b/src/5015009/regexec.c index 09ab948..682b8b4 100644 --- a/src/5015009/regexec.c +++ b/src/5015009/regexec.c @@ -3176,7 +3176,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog) next = NULL; state_num = OP(scan); - REH_CALL_REGEXEC_HOOK(rex, scan, reginfo, st); + REH_CALL_EXEC_NODE_HOOK(rex, scan, reginfo, st); reenter_switch: assert(PL_reglastparen == &rex->lastparen);