summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c4
1 files changed, 2 insertions, 2 deletions
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);