projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
03fbabc
)
Re: Smoke 17849 MSWin32 (w2k/GCC)
Abe Timmerman [Mon, 9 Sep 2002 01:32:19 +0000 (
03:32
+0200)]
Message-Id: <
200209090132
.19891.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@17876
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
657cef5
..
86a1808
100644
(file)
--- 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]" };