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 /proto.h | |
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 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3856,10 +3856,6 @@ STATIC void S_utf8_mg_pos_cache_update(pTHX_ SV *sv, MAGIC **mgp, STRLEN byte, S __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); -STATIC STRLEN S_sv_pos_b2u_forwards(pTHX_ const U8 *s, const U8 *const target) - __attribute__nonnull__(pTHX_1) - __attribute__nonnull__(pTHX_2); - STATIC STRLEN S_sv_pos_b2u_midway(pTHX_ const U8 *s, const U8 *const target, const U8 *end, STRLEN endu) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2) |