summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-05-08 01:34:45 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-05-08 01:34:45 +0000
commitb54a2e1e86bb17fbd0ad24268345864a9fcd8dc6 (patch)
tree6b8681872496d6c2bbe48ddcf7b0df7acdb9ac15 /makedef.pl
parentd9a047f6d3d79edf81aa2269cd7c05f823a2d32e (diff)
downloadperl-b54a2e1e86bb17fbd0ad24268345864a9fcd8dc6.tar.gz
perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
p4raw-id: //depot/perl@16463
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index ffe69b3028..e09f2bcc06 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -116,7 +116,7 @@ if ($PLATFORM =~ /^win(?:32|ce)$/) {
output_symbol("perl_get_host_info");
output_symbol("perl_alloc_override");
}
- if ($define{USE_ITHREADS}) {
+ if ($define{USE_ITHREADS} and $define{PERL_IMPLICIT_SYS}) {
output_symbol("perl_clone_host");
}
}