From: Marcus Holland-Moritz Date: Wed, 29 Oct 2008 22:15:33 +0000 (+0000) Subject: Remove redundant (and wrong) prototype for pv_display() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70d97eb0b44379e6179430e19c4bb4222d3544e9;p=p5sagit%2Fp5-mst-13.2.git Remove redundant (and wrong) prototype for pv_display() from its apidoc section. p4raw-id: //depot/perl@34649 --- diff --git a/dump.c b/dump.c index 88adc9f..54d50e6 100644 --- a/dump.c +++ b/dump.c @@ -372,9 +372,6 @@ Perl_pv_pretty( pTHX_ SV *dsv, char const * const str, const STRLEN count, /* =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);