This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix VERSION in lib/Module/Build/YAML.pm (resubmitted)
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index 7fee1dc..a302ec4 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -2972,6 +2972,7 @@ PERL_CALLCONV const char *        Perl_custom_op_desc(pTHX_ const OP* op)
 
 PERL_CALLCONV void     Perl_sv_nosharing(pTHX_ SV *sv);
 /* PERL_CALLCONV void  Perl_sv_nolocking(pTHX_ SV *sv); */
+PERL_CALLCONV bool     Perl_sv_destroyable(pTHX_ SV *sv);
 #ifdef NO_MATHOMS
 /* PERL_CALLCONV void  Perl_sv_nounlocking(pTHX_ SV *sv); */
 #else