X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5011005%2Fregexec.c;h=1c8825192b8d7b288ccf8ea8c296f9363145aa4b;hp=9e7bcc73e294b024b30f5021d43ae237e30e4979;hb=3873fbc39d250734131e096da47add0cf601d194;hpb=d2b7e04fb8d40639a353ea53a1957b9872373c8b diff --git a/src/5011005/regexec.c b/src/5011005/regexec.c index 9e7bcc7..1c88251 100644 --- a/src/5011005/regexec.c +++ b/src/5011005/regexec.c @@ -2957,7 +2957,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);