diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-23 21:52:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-23 21:52:45 +0000 |
commit | b2ff9928c77b24737570b67197be87aa48019afe (patch) | |
tree | 97bc1d7c007e4068a875eeab5df93393d00f4337 /embed.pl | |
parent | 1edbfb88dca645450f44e4bcbb3df8372f66c904 (diff) | |
download | perl-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 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1904,7 +1904,7 @@ Apd |void |sv_usepvn_mg |SV *sv|char *ptr|STRLEN len Ap |MGVTBL*|get_vtbl |int vtbl_id p |char* |pv_display |SV *dsv|char *pv|STRLEN cur|STRLEN len \ |STRLEN pvlim -p |char* |sv_uni_display |SV *dsv|SV *ssv|STRLEN pvlim +p |char* |sv_uni_display |SV *dsv|SV *ssv|STRLEN pvlim|UV flags Afp |void |dump_indent |I32 level|PerlIO *file|const char* pat|... Ap |void |dump_vindent |I32 level|PerlIO *file|const char* pat \ |va_list *args |