From 1e862009596d84d3418f28a2edf9e991c19f135a Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Fri, 25 Nov 2022 19:29:38 +0100 Subject: pp_ctl.c - make ENTER debug data a bit more clear We will have more than one INC hook in the future. --- pp_ctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pp_ctl.c') diff --git a/pp_ctl.c b/pp_ctl.c index d9d1a748de..02c67fc91c 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -4294,7 +4294,7 @@ S_require_file(pTHX_ SV *sv) SvSetSV_nosteal(nsv,sv); } - ENTER_with_name("call_INC"); + ENTER_with_name("call_INC_hook"); SAVETMPS; EXTEND(SP, 2); @@ -4374,7 +4374,7 @@ S_require_file(pTHX_ SV *sv) PUTBACK; FREETMPS; - LEAVE_with_name("call_INC"); + LEAVE_with_name("call_INC_hook"); /* Now re-mortalize it. */ sv_2mortal(filter_cache); -- cgit v1.2.1