From: Nicholas Clark Date: Fri, 24 Oct 2008 20:43:36 +0000 (+0000) Subject: Add PL_sv_serial to makedef.pl, so that it is skipped approriately X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dfc72f41b0aaceda3480a2bf23c0aba6675f43e9;p=p5sagit%2Fp5-mst-13.2.git Add PL_sv_serial to makedef.pl, so that it is skipped approriately on AIX, OS/2, Win32 etc p4raw-id: //depot/perl@34571 --- diff --git a/makedef.pl b/makedef.pl index ceaa1a5..b8d32cb 100644 --- a/makedef.pl +++ b/makedef.pl @@ -826,6 +826,12 @@ unless ($define{'PERL_NEED_TIMESBASE'}) { )]; } +unless ($define{'DEBUG_LEAKING_SCALARS'}) { + skip_symbols [qw( + PL_sv_serial + )]; +} + unless ($define{'DEBUG_LEAKING_SCALARS_FORK_DUMP'}) { skip_symbols [qw( PL_dumper_fd