projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a3c0e9c
)
I think we need to skip PL_regdupe as well as Perl_regdupe
Steve Hay [Wed, 27 Sep 2006 08:37:23 +0000 (08:37 +0000)]
when USE_ITHREADS is not defined
See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
p4raw-id: //depot/perl@28894
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
6eebcab
..
5738763
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-716,6
+716,7
@@
unless ($define{'USE_ITHREADS'}) {
PL_sharedsv_space_mutex
PL_dollarzero_mutex
PL_hints_mutex
+ PL_regdupe
Perl_dirp_dup
Perl_cx_dup
Perl_si_dup