summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>2005-11-28 02:02:02 +0900
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-30 14:29:23 +0000
commit979f29225180f8c09f4adec52f850ae45694fd81 (patch)
tree2a19e5d269deb62b035de4c272f457862d7574f8 /proto.h
parent8f7f721921e56db1ab4fa5e3365e8f86077b2518 (diff)
downloadperl-979f29225180f8c09f4adec52f850ae45694fd81.tar.gz
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051127170016.A786.BQW10602@nifty.com> p4raw-id: //depot/perl@26229
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 4ad3b66b05..71be05a7e4 100644
--- a/proto.h
+++ b/proto.h
@@ -3806,6 +3806,10 @@ STATIC bool S_is_utf8_common(pTHX_ const U8 *const p, SV **swash, const char * c
__attribute__nonnull__(pTHX_2)
__attribute__nonnull__(pTHX_3);
+STATIC SV* S_swash_get(pTHX_ SV* swash, UV start, UV span)
+ __attribute__warn_unused_result__
+ __attribute__nonnull__(pTHX_1);
+
#endif
START_EXTERN_C