X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=src%2F5013007%2Fregexec.c;h=eb479d29bc24cebad697d35cc6e9192a317e57c2;hb=3f6667898e8cbd21ca5c75f79f3fd1d27c44a96a;hp=42c4828ef5833c8c68a6b929025866e61f8afe2d;hpb=7b88eb9cbb0c1342a6480820450644708aed019c;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/src/5013007/regexec.c b/src/5013007/regexec.c index 42c4828..eb479d2 100644 --- a/src/5013007/regexec.c +++ b/src/5013007/regexec.c @@ -3053,7 +3053,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);