diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-24 20:43:36 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-24 20:43:36 +0000 |
commit | dfc72f41b0aaceda3480a2bf23c0aba6675f43e9 (patch) | |
tree | b14aedd23adebaacffb964f3eb5db6663e296f1d /makedef.pl | |
parent | 4ca7bcefeb672d89a032dee75decf2670a253fdf (diff) | |
download | perl-dfc72f41b0aaceda3480a2bf23c0aba6675f43e9.tar.gz |
Add PL_sv_serial to makedef.pl, so that it is skipped approriately
on AIX, OS/2, Win32 etc
p4raw-id: //depot/perl@34571
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 6 |
1 files changed, 6 insertions, 0 deletions
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 |