projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c737faa
)
Symbol export nit, found by Yves
Rafael Garcia-Suarez [Wed, 4 Apr 2007 08:40:52 +0000 (08:40 +0000)]
p4raw-id: //depot/perl@30842
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
ea06236
..
315196d
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-796,6
+796,13
@@
unless ($define{'PL_OP_SLAB_ALLOC'}) {
)];
}
+unless ($define{'PERL_DEBUG_READONLY_OPS'}) {
+ skip_symbols [qw(
+ PL_slab_count
+ PL_slabs
+ )];
+}
+
unless ($define{'THREADS_HAVE_PIDS'}) {
skip_symbols [qw(PL_ppid)];
}