X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5015006%2Fregexec.c;h=56399b030e012687eae6fb83d7d9888961351500;hp=7c5997509b48934c18832809470d319cf81b3a12;hb=ddc0fff25dec05b52b75b00b1ac6470b4498a6d1;hpb=303060616fe3ecc18280f0c217e1b3c102a6cf08 diff --git a/src/5015006/regexec.c b/src/5015006/regexec.c index 7c59975..56399b0 100644 --- a/src/5015006/regexec.c +++ b/src/5015006/regexec.c @@ -3163,7 +3163,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog) next = NULL; state_num = OP(scan); - REH_CALL_REGEXEC_HOOK(rex, scan); + REH_CALL_REGEXEC_HOOK(rex, scan, reginfo, st); reenter_switch: assert(PL_reglastparen == &rex->lastparen);