Change 34571 by [EMAIL PROTECTED] on 2008/10/24 20:43:36

        Add PL_sv_serial to makedef.pl, so that it is skipped approriately
        on AIX, OS/2, Win32 etc

Affected files ...

... //depot/perl/makedef.pl#235 edit

Differences ...

==== //depot/perl/makedef.pl#235 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#234~34419~  2008-09-25 10:12:37.000000000 -0700
+++ perl/makedef.pl     2008-10-24 13:43:36.000000000 -0700
@@ -826,6 +826,12 @@
                    )];
 }
 
+unless ($define{'DEBUG_LEAKING_SCALARS'}) {
+    skip_symbols [qw(
+                   PL_sv_serial
+                   )];
+}
+
 unless ($define{'DEBUG_LEAKING_SCALARS_FORK_DUMP'}) {
     skip_symbols [qw(
                    PL_dumper_fd
End of Patch.

Reply via email to