summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-07-12 11:16:41 +0100
committerNicholas Clark <nick@ccl4.org>2010-07-12 13:43:19 +0100
commitec49a12ce17d116f4e9bda1c3d385aad560ec655 (patch)
tree25e993a1ef7d2d79564837a3cc4eb60501a52b7b /embed.fnc
parent634d6919699655c843f8d8c3ea64922d0403c499 (diff)
downloadperl-ec49a12ce17d116f4e9bda1c3d385aad560ec655.tar.gz
Break S_utf8_mg_len_cache_update() out from Perl_sv_len_utf8().
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 15bd938ce3..99f4b13ae5 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1890,6 +1890,8 @@ sn |STRLEN |sv_pos_u2b_midway|NN const U8 *const start \
s |STRLEN |sv_pos_u2b_cached|NN SV *const sv|NN MAGIC **const mgp \
|NN const U8 *const start|NN const U8 *const send \
|STRLEN uoffset|STRLEN uoffset0|STRLEN boffset0
+s |void |utf8_mg_len_cache_update|NN SV *const sv|NN MAGIC **const mgp \
+ |const STRLEN ulen
s |void |utf8_mg_pos_cache_update|NN SV *const sv|NN MAGIC **const mgp \
|const STRLEN byte|const STRLEN utf8|const STRLEN blen
s |STRLEN |sv_pos_b2u_midway|NN const U8 *const s|NN const U8 *const target \