summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-04 08:40:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-04 08:40:52 +0000
commit8d2d9fd75ab74bc7af4cecaf85f2b17730965d95 (patch)
treecd2ab629a25d101fafc186e77caec343d7efedc2 /makedef.pl
parentc737faaf63999e5a68ef536d362cea408ab990b7 (diff)
downloadperl-8d2d9fd75ab74bc7af4cecaf85f2b17730965d95.tar.gz
Symbol export nit, found by Yves
p4raw-id: //depot/perl@30842
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index ea06236d8d..315196d054 100644
--- 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)];
}