From 5a94615fd16a4fb4375917ca80b65f34f2c0d69c Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Sat, 5 Mar 2022 16:16:25 +0000 Subject: Rename is{bool,weak} to is_{bool,weak} --- pp_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pp_proto.h') diff --git a/pp_proto.h b/pp_proto.h index ed80604737..2490968086 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -133,9 +133,9 @@ PERL_CALLCONV OP *Perl_pp_index(pTHX); PERL_CALLCONV OP *Perl_pp_int(pTHX); PERL_CALLCONV OP *Perl_pp_introcv(pTHX); PERL_CALLCONV OP *Perl_pp_ioctl(pTHX); +PERL_CALLCONV OP *Perl_pp_is_bool(pTHX); +PERL_CALLCONV OP *Perl_pp_is_weak(pTHX); PERL_CALLCONV OP *Perl_pp_isa(pTHX); -PERL_CALLCONV OP *Perl_pp_isbool(pTHX); -PERL_CALLCONV OP *Perl_pp_isweak(pTHX); PERL_CALLCONV OP *Perl_pp_iter(pTHX); PERL_CALLCONV OP *Perl_pp_join(pTHX); PERL_CALLCONV OP *Perl_pp_kvaslice(pTHX); -- cgit v1.2.1