projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fefd4cb
)
Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
Steve Hay [Thu, 16 Jun 2005 07:40:21 +0000 (07:40 +0000)]
(Fixes a linker error on Win 32 introduced by change #24847)
p4raw-link: @24847 on //depot/perl:
ed221c571749f1ebcbc3664c74e36e68f3a83031
p4raw-id: //depot/perl@24860
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
c2344e1
..
58636e7
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-725,6
+725,7
@@
unless ($define{'USE_ITHREADS'}) {
Perl_sharedsv_thrcnt_dec
Perl_sharedsv_thrcnt_inc
Perl_sharedsv_unlock
+ Perl_stashpv_hvname_match
)];
}