From d2817bd771b5f4a948f1a5395803b7d795453c07 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Fri, 3 Dec 2021 21:23:00 +0000 Subject: Add builtin::blessed, refaddr and reftype --- pp_proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pp_proto.h') diff --git a/pp_proto.h b/pp_proto.h index ebae2e9cf2..815fedc338 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -32,6 +32,7 @@ PERL_CALLCONV OP *Perl_pp_binmode(pTHX); PERL_CALLCONV OP *Perl_pp_bit_and(pTHX); PERL_CALLCONV OP *Perl_pp_bit_or(pTHX); PERL_CALLCONV OP *Perl_pp_bless(pTHX); +PERL_CALLCONV OP *Perl_pp_blessed(pTHX); PERL_CALLCONV OP *Perl_pp_break(pTHX); PERL_CALLCONV OP *Perl_pp_caller(pTHX); PERL_CALLCONV OP *Perl_pp_catch(pTHX); @@ -219,8 +220,10 @@ PERL_CALLCONV OP *Perl_pp_readline(pTHX); PERL_CALLCONV OP *Perl_pp_readlink(pTHX); PERL_CALLCONV OP *Perl_pp_redo(pTHX); PERL_CALLCONV OP *Perl_pp_ref(pTHX); +PERL_CALLCONV OP *Perl_pp_refaddr(pTHX); PERL_CALLCONV OP *Perl_pp_refassign(pTHX); PERL_CALLCONV OP *Perl_pp_refgen(pTHX); +PERL_CALLCONV OP *Perl_pp_reftype(pTHX); PERL_CALLCONV OP *Perl_pp_regcomp(pTHX); PERL_CALLCONV OP *Perl_pp_regcreset(pTHX); PERL_CALLCONV OP *Perl_pp_rename(pTHX); -- cgit v1.2.1