summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-21 00:05:00 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-21 00:24:57 -0800
commite69651e7f17a3e1bb02146eaba10463f0375c84e (patch)
tree3eeb4f711c7f7f13bb59f4351b02c7e07d65cadc /pad.c
parent5119ebe1e5c8604dd457794254aa37705a17e5bf (diff)
downloadperl-e69651e7f17a3e1bb02146eaba10463f0375c84e.tar.gz
Remove context param from set_padlist
It doesn’t need it.
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index e5fa3b46d6..9da55362aa 100644
--- a/pad.c
+++ b/pad.c
@@ -197,7 +197,7 @@ sv_eq_pvn_flags(pTHX_ const SV *sv, const char* pv, const STRLEN pvlen, const U3
#ifdef DEBUGGING
void
-Perl_set_padlist(pTHX_ CV * cv, PADLIST *padlist){
+Perl_set_padlist(CV * cv, PADLIST *padlist){
PERL_ARGS_ASSERT_SET_PADLIST;
# if PTRSIZE == 8
if((Size_t)padlist == UINT64_C(0xEFEFEFEFEFEFEFEF)){