X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5014002%2Fregexec.c;h=510b6f5c7c4f62614ca20a22d3bbdeb6b2f32f38;hp=88b3432824a381869574deefd8b5dd963df7d497;hb=3873fbc39d250734131e096da47add0cf601d194;hpb=d2b7e04fb8d40639a353ea53a1957b9872373c8b diff --git a/src/5014002/regexec.c b/src/5014002/regexec.c index 88b3432..510b6f5 100644 --- a/src/5014002/regexec.c +++ b/src/5014002/regexec.c @@ -3101,7 +3101,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);