summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-23 21:52:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-23 21:52:45 +0000
commitb2ff9928c77b24737570b67197be87aa48019afe (patch)
tree97bc1d7c007e4068a875eeab5df93393d00f4337 /proto.h
parent1edbfb88dca645450f44e4bcbb3df8372f66c904 (diff)
downloadperl-b2ff9928c77b24737570b67197be87aa48019afe.tar.gz
sv_uni_display(): do not add the "...", let the caller
do it if wanted, and be prepared for more display options. p4raw-id: //depot/perl@12612
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index b56817a7c9..1dba98c3a9 100644
--- a/proto.h
+++ b/proto.h
@@ -897,7 +897,7 @@ PERL_CALLCONV void Perl_sv_setsv_mg(pTHX_ SV *dstr, SV *sstr);
PERL_CALLCONV void Perl_sv_usepvn_mg(pTHX_ SV *sv, char *ptr, STRLEN len);
PERL_CALLCONV MGVTBL* Perl_get_vtbl(pTHX_ int vtbl_id);
PERL_CALLCONV char* Perl_pv_display(pTHX_ SV *dsv, char *pv, STRLEN cur, STRLEN len, STRLEN pvlim);
-PERL_CALLCONV char* Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim);
+PERL_CALLCONV char* Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim, UV flags);
PERL_CALLCONV void Perl_dump_indent(pTHX_ I32 level, PerlIO *file, const char* pat, ...)
#ifdef CHECK_FORMAT
__attribute__((format(printf,pTHX_3,pTHX_4)))