From: Abe Timmerman Date: Mon, 9 Sep 2002 01:32:19 +0000 (+0200) Subject: Re: Smoke 17849 MSWin32 (w2k/GCC) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d97afc04e7e0c6020364b80d930005281e90a032;p=p5sagit%2Fp5-mst-13.2.git Re: Smoke 17849 MSWin32 (w2k/GCC) Message-Id: <200209090132.19891.abe@ztreet.demon.nl> p4raw-id: //depot/perl@17876 --- diff --git a/makedef.pl b/makedef.pl index 657cef5..86a1808 100644 --- a/makedef.pl +++ b/makedef.pl @@ -714,6 +714,10 @@ unless ($define{'PL_OP_SLAB_ALLOC'}) { )]; } +unless ($define{'THREADS_HAVE_PIDS'}) { + skip_symbols [qw(PL_ppid)]; +} + sub readvar { my $file = shift; my $proc = shift || sub { "PL_$_[2]" };