diff options
author | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2022-03-05 16:16:25 +0000 |
---|---|---|
committer | Paul Evans <leonerd@leonerd.org.uk> | 2022-03-07 16:44:11 +0000 |
commit | 5a94615fd16a4fb4375917ca80b65f34f2c0d69c (patch) | |
tree | b2d711393523be1ca5a3736d2a1960c38dbbbe84 /pp_proto.h | |
parent | ebd227f24001c3df0f1d7cf2cc9041fe9392f818 (diff) | |
download | perl-5a94615fd16a4fb4375917ca80b65f34f2c0d69c.tar.gz |
Rename is{bool,weak} to is_{bool,weak}
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |