This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport PL_mess_sv
authorKarl Williamson <khw@cpan.org>
Mon, 8 Jul 2019 22:04:23 +0000 (16:04 -0600)
committerNicolas R <atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:27 +0000 (16:39 -0600)
(cherry picked from commit 8f700bf9c63f435025a5d92bfd424c1312b9bc3d)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/parts/inc/variables

index 83dd5e8..8d5c6b4 100644 (file)
@@ -58,6 +58,7 @@ PL_tainted
 PL_tainting
 PL_tokenbuf
 PL_signals
+PL_mess_sv
 PERL_SIGNALS_UNSAFE_FLAG
 
 =implementation
@@ -134,6 +135,7 @@ __NEED_VAR__ U32 PL_signals = D_PPP_PERL_SIGNALS_INIT;
 #  define PL_tainted                tainted
 #  define PL_tainting               tainting
 #  define PL_tokenbuf               tokenbuf
+#  define PL_mess_sv                mess_sv
 /* Replace: 0 */
 #endif