Skip to content

Commit 1e86200

Browse files
committed
pp_ctl.c - make ENTER debug data a bit more clear
We will have more than one INC hook in the future.
1 parent 7213797 commit 1e86200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pp_ctl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4294,7 +4294,7 @@ S_require_file(pTHX_ SV *sv)
42944294
SvSetSV_nosteal(nsv,sv);
42954295
}
42964296

4297-
ENTER_with_name("call_INC");
4297+
ENTER_with_name("call_INC_hook");
42984298
SAVETMPS;
42994299
EXTEND(SP, 2);
43004300

@@ -4374,7 +4374,7 @@ S_require_file(pTHX_ SV *sv)
43744374

43754375
PUTBACK;
43764376
FREETMPS;
4377-
LEAVE_with_name("call_INC");
4377+
LEAVE_with_name("call_INC_hook");
43784378

43794379
/* Now re-mortalize it. */
43804380
sv_2mortal(filter_cache);

0 commit comments

Comments
 (0)