summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>2006-05-21 23:00:43 +0900
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-03 16:04:48 +0000
commit6448472a7a0e4a2f91d781fd6991f5f5126d6fbc (patch)
treedf1b476810ab5aea1753a54359a85669ce1c6056 /proto.h
parente240c90c8379c0167b78b57a96eb176cec0373e0 (diff)
downloadperl-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/proto.h b/proto.h
index 47f302e75a..b751dbaf6b 100644
--- a/proto.h
+++ b/proto.h
@@ -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)