diff options
author | SADAHIRO Tomoyuki <BQW10602@nifty.com> | 2006-05-21 23:00:43 +0900 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-03 16:04:48 +0000 |
commit | 6448472a7a0e4a2f91d781fd6991f5f5126d6fbc (patch) | |
tree | df1b476810ab5aea1753a54359a85669ce1c6056 /embed.fnc | |
parent | e240c90c8379c0167b78b57a96eb176cec0373e0 (diff) | |
download | perl-6448472a7a0e4a2f91d781fd6991f5f5126d6fbc.tar.gz |
replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
Message-Id: <20060521140011.358D.BQW10602@nifty.com>
p4raw-id: //depot/perl@29201
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1426,7 +1426,6 @@ s |STRLEN |sv_pos_u2b_cached|NN SV *sv|NN MAGIC **mgp \ |STRLEN uoffset|STRLEN uoffset0|STRLEN boffset0 s |void |utf8_mg_pos_cache_update|NN SV *sv|NN MAGIC **mgp \ |STRLEN byte|STRLEN utf8|STRLEN blen -s |STRLEN |sv_pos_b2u_forwards|NN const U8 *s|NN const U8 *const target s |STRLEN |sv_pos_b2u_midway|NN const U8 *s|NN const U8 *const target \ |NN const U8 *end|STRLEN endu s |char * |stringify_regexp|NN SV *sv|NN MAGIC *mg|NULLOK STRLEN *lp |