diff options
author | Abe Timmerman <abe@ztreet.demon.nl> | 2002-09-09 03:32:19 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-09 08:48:35 +0000 |
commit | d97afc04e7e0c6020364b80d930005281e90a032 (patch) | |
tree | 777506a69d992e829b280611216e9fa23662fcb4 /makedef.pl | |
parent | 03fbabc65894c92c6a64a11641dedba149b67081 (diff) | |
download | perl-d97afc04e7e0c6020364b80d930005281e90a032.tar.gz |
Re: Smoke 17849 MSWin32 (w2k/GCC)
Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@17876
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 657cef50d7..86a18087dc 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]" }; |