projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
362d0d4
)
perl_clone is a threads thing
Nick Ing-Simmons [Thu, 2 May 2002 17:12:21 +0000 (17:12 +0000)]
p4raw-id: //depot/perlio@16351
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
f5325e8
..
4b807a6
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-114,6
+114,8
@@
if ($PLATFORM eq 'win32') {
if ($define{PERL_IMPLICIT_SYS}) {
output_symbol("perl_get_host_info");
output_symbol("perl_alloc_override");
+ }
+ if ($define{USE_ITHREADS}) {
output_symbol("perl_clone_host");
}
}