From: Rafael Garcia-Suarez Date: Wed, 4 Apr 2007 08:40:52 +0000 (+0000) Subject: Symbol export nit, found by Yves X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d2d9fd75ab74bc7af4cecaf85f2b17730965d95;p=p5sagit%2Fp5-mst-13.2.git Symbol export nit, found by Yves p4raw-id: //depot/perl@30842 --- diff --git a/makedef.pl b/makedef.pl index ea06236..315196d 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)]; }