This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff9e5e
)
Backport PL_mess_sv
author
Karl Williamson
<khw@cpan.org>
Mon, 8 Jul 2019 22:04:23 +0000
(16:04 -0600)
committer
Nicolas 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
patch
|
blob
|
blame
|
history
diff --git
a/dist/Devel-PPPort/parts/inc/variables
b/dist/Devel-PPPort/parts/inc/variables
index
83dd5e8
..
8d5c6b4
100644
(file)
--- a/
dist/Devel-PPPort/parts/inc/variables
+++ b/
dist/Devel-PPPort/parts/inc/variables
@@
-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