Change 34664 by [EMAIL PROTECTED] on 2008/10/30 14:14:36
Integrate:
[ 34649]
Remove redundant (and wrong) prototype for pv_display()
from its apidoc section.
Affected files ...
... //depot/maint-5.10/perl/dump.c#13 integrate
Differences ...
==== //depot/maint-5.10/perl/dump.c#13 (text) ====
Index: perl/dump.c
--- perl/dump.c#12~34659~ 2008-10-30 04:07:58.000000000 -0700
+++ perl/dump.c 2008-10-30 07:14:36.000000000 -0700
@@ -360,9 +360,6 @@
/*
=for apidoc pv_display
- char *pv_display(SV *dsv, const char *pv, STRLEN cur, STRLEN len,
- STRLEN pvlim, U32 flags)
-
Similar to
pv_escape(dsv,pv,cur,pvlim,PERL_PV_ESCAPE_QUOTE);
End of Patch.