Change 34419 by [EMAIL PROTECTED] on 2008/09/25 17:12:37
Don't skip exporting Perl_sv_peek in non-DEBUGGING builds since it
is now used in XS::APItest (as of #34417)
Affected files ...
... //depot/perl/makedef.pl#234 edit
Differences ...
==== //depot/perl/makedef.pl#234 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#233~34390~ 2008-09-22 00:58:57.000000000 -0700
+++ perl/makedef.pl 2008-09-25 10:12:37.000000000 -0700
@@ -596,7 +596,6 @@
Perl_debstack
Perl_debstackptrs
Perl_pad_sv
- Perl_sv_peek
Perl_hv_assert
PL_block_type
PL_watchaddr
End of Patch.