From b54a2e1e86bb17fbd0ad24268345864a9fcd8dc6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 8 May 2002 01:34:45 +0000 Subject: [PATCH] perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't p4raw-id: //depot/perl@16463 --- makedef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- 2.34.1