diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-10-29 22:15:33 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-10-29 22:15:33 +0000 |
commit | 70d97eb0b44379e6179430e19c4bb4222d3544e9 (patch) | |
tree | 915e641bdc33535792571be95ec25ae9c149bbf9 /dump.c | |
parent | d96966511646abf40b43dfe2e162733bd97824fc (diff) | |
download | perl-70d97eb0b44379e6179430e19c4bb4222d3544e9.tar.gz |
Remove redundant (and wrong) prototype for pv_display()
from its apidoc section.
p4raw-id: //depot/perl@34649
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |