Change 11793 by sky@sky-lab on 2001/08/30 13:02:48
11792 wasn't complete
Affected files ...
... //depot/perl/makedef.pl#81 edit
... //depot/perl/regcomp.c#228 edit
Differences ...
==== //depot/perl/makedef.pl#81 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl.~1~ Thu Aug 30 07:15:05 2001
+++ perl/makedef.pl Thu Aug 30 07:15:05 2001
@@ -212,7 +212,7 @@
}
}
-skip_symbols [qw(PL_custom_op_name PL_custom_op_desc PL_custom_op_descs
PL_custom_op_names)] unless $define{'PERL_CUSTOM_OPS'};
+skip_symbols [qw(Perl_custom_op_name Perl_custom_op_desc PL_custom_op_descs
+PL_custom_op_names)] unless $define{'PERL_CUSTOM_OPS'};
if ($PLATFORM eq 'win32') {
skip_symbols [qw(
==== //depot/perl/regcomp.c#228 (text) ====
End of Patch.