projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d969665
)
Remove redundant (and wrong) prototype for pv_display()
author
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Wed, 29 Oct 2008 22:15:33 +0000
(22:15 +0000)
committer
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Wed, 29 Oct 2008 22:15:33 +0000
(22:15 +0000)
from its apidoc section.
p4raw-id: //depot/perl@34649
dump.c
patch
|
blob
|
history
diff --git
a/dump.c
b/dump.c
index
88adc9f
..
54d50e6
100644
(file)
--- 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);