summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorAbe Timmerman <abe@ztreet.demon.nl>2002-09-09 03:32:19 +0200
committerhv <hv@crypt.org>2002-09-09 08:48:35 +0000
commitd97afc04e7e0c6020364b80d930005281e90a032 (patch)
tree777506a69d992e829b280611216e9fa23662fcb4 /makedef.pl
parent03fbabc65894c92c6a64a11641dedba149b67081 (diff)
downloadperl-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.pl4
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]" };