X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=src%2F5015008%2Fregexec.c;h=fc5b63dc5c13f329dd7376bb25dc3e06b7c2f4b1;hb=9df8f8d0e7161039f309ff2cc7c3c91367dc1f6e;hp=874e298a28f95df5480361a9a59c68623eb0a93c;hpb=7b88eb9cbb0c1342a6480820450644708aed019c;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/src/5015008/regexec.c b/src/5015008/regexec.c index 874e298..fc5b63d 100644 --- a/src/5015008/regexec.c +++ b/src/5015008/regexec.c @@ -3173,7 +3173,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);