Change 11792 by sky@sky-lab on 2001/08/30 12:21:11
Added checks for PL_custom* and Perl_custom* functions in makedef.pl
Affected files ...
... //depot/perl/makedef.pl#80 edit
Differences ...
==== //depot/perl/makedef.pl#80 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl.~1~ Thu Aug 30 06:30:05 2001
+++ perl/makedef.pl Thu Aug 30 06:30:05 2001
@@ -212,6 +212,8 @@
}
}
+skip_symbols [qw(PL_custom_op_name PL_custom_op_desc PL_custom_op_descs
+PL_custom_op_names)] unless $define{'PERL_CUSTOM_OPS'};
+
if ($PLATFORM eq 'win32') {
skip_symbols [qw(
PL_statusvalue_vms
End of Patch.