diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-21 00:05:00 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-21 00:24:57 -0800 |
commit | e69651e7f17a3e1bb02146eaba10463f0375c84e (patch) | |
tree | 3eeb4f711c7f7f13bb59f4351b02c7e07d65cadc /pad.c | |
parent | 5119ebe1e5c8604dd457794254aa37705a17e5bf (diff) | |
download | perl-e69651e7f17a3e1bb02146eaba10463f0375c84e.tar.gz |
Remove context param from set_padlist
It doesn’t need it.
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)){ |