X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=src%2F5013006%2Fregexec.c;h=a710da222a7e5a3d1eb4501a8b96df5a6f593f95;hb=3f6667898e8cbd21ca5c75f79f3fd1d27c44a96a;hp=7c891c0501b395a95c96d8317bc5035e7358da94;hpb=7b88eb9cbb0c1342a6480820450644708aed019c;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/src/5013006/regexec.c b/src/5013006/regexec.c index 7c891c0..a710da2 100644 --- a/src/5013006/regexec.c +++ b/src/5013006/regexec.c @@ -3043,7 +3043,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);