This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
authorNicholas Clark <nick@ccl4.org>
Thu, 23 Mar 2006 00:14:53 +0000 (00:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 23 Mar 2006 00:14:53 +0000 (00:14 +0000)
commit0905937dfb35f5c5812cb6d7a8ed9334fb7fa7d9
tree4bcdfdb376e70c1d14bb8fd7ca3c76acf0f9bf37
parent75c33c120988d1ac9c551ac7361ab5df33793713
Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
cache assertion code as it triggers warnings about surrogates.

p4raw-id: //depot/perl@27575
sv.c