diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-02-14 12:31:44 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-02-14 16:32:51 +0000 |
commit | d931b1bedc59d4625c59047dfda2b1bd83ff9f71 (patch) | |
tree | b6df8c2182b2f94b636bf68a400342316d8039bb /global.sym | |
parent | 1c90055717b05b3f652bf543a46419001314c53e (diff) | |
download | perl-d931b1bedc59d4625c59047dfda2b1bd83ff9f71.tar.gz |
Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().
Change from a value/return offset pointer to passing a Unicode offset, and
returning a byte offset. The optional length value/return pointer remains.
Add a flags argument, passed to SvPV_flags(). This allows the caller to
specify whether mg_get() should be called on sv.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global.sym b/global.sym index f0e462ecd4..a99548ebda 100644 --- a/global.sym +++ b/global.sym @@ -567,7 +567,7 @@ Perl_sv_newmortal Perl_sv_newref Perl_sv_peek Perl_sv_pos_u2b -Perl_sv_pos_u2b_proper +Perl_sv_pos_u2b_flags Perl_sv_pos_b2u Perl_sv_pvn_force Perl_sv_pvutf8n_force |