From dfc72f41b0aaceda3480a2bf23c0aba6675f43e9 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 24 Oct 2008 20:43:36 +0000 Subject: Add PL_sv_serial to makedef.pl, so that it is skipped approriately on AIX, OS/2, Win32 etc p4raw-id: //depot/perl@34571 --- makedef.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'makedef.pl') diff --git a/makedef.pl b/makedef.pl index ceaa1a5b47..b8d32cb538 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 -- cgit v1.2.1