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:
c51f309
)
Skip Perl_regdupe_internal rather than Perl_regdupe
author
Steve Hay
<SteveHay@planit.com>
Tue, 5 Dec 2006 09:38:14 +0000
(09:38 +0000)
committer
Steve Hay
<SteveHay@planit.com>
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
)];
}