Change 30328 by [EMAIL PROTECTED] on 2007/02/16 14:06:48
Change 30297 was a bit too ambitious - we still need PL_pte_root and
PL_pte_arenaroot in makedef.pl, as they're still only available on
threaded perls. (Although the new arena code means that they are now
vestigal, maintained only for link compatibility)
Affected files ...
... //depot/maint-5.8/perl/makedef.pl#42 edit
Differences ...
==== //depot/maint-5.8/perl/makedef.pl#42 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#41~30297~ 2007-02-14 11:11:41.000000000 -0800
+++ perl/makedef.pl 2007-02-16 06:06:48.000000000 -0800
@@ -709,6 +709,8 @@
unless ($define{'USE_ITHREADS'}) {
skip_symbols [qw(
+ PL_pte_root
+ PL_pte_arenaroot
PL_op_mutex
PL_regex_pad
PL_regex_padav
End of Patch.