diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-24 13:06:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-24 13:06:24 +0000 |
commit | 143014bf2594b56fdf762b3cf36b37c248c55291 (patch) | |
tree | b94287463b3dfed26a85e4168652584f50edfc04 /embed.pl | |
parent | b3122bc4daf8abd219740b0090a596d8cd89f890 (diff) | |
download | perl-143014bf2594b56fdf762b3cf36b37c248c55291.tar.gz |
Rewrite sv_uni_display() as pv_uni_display() as
reimplement sv_uni_display() using that.
p4raw-id: //depot/perl@12619
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1904,6 +1904,8 @@ 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* |pv_uni_display |SV *dsv|U8 *spv|STRLEN len \ + |STRLEN pvlim|UV flags 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 \ |