projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c51f309
)
Skip Perl_regdupe_internal rather than Perl_regdupe
Steve Hay [Tue, 5 Dec 2006 09:38:14 +0000 (09:38 +0000)]
when building on Win32 without ithreads (see #29430)
p4raw-id: //depot/perl@29464
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
1837962
..
28e4495
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-751,7
+751,7
@@
unless ($define{'USE_ITHREADS'}) {
Perl_sharedsv_thrcnt_inc
Perl_sharedsv_unlock
Perl_stashpv_hvname_match
- Perl_regdupe
+ Perl_regdupe_internal
)];
}