summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-11-24 11:18:31 -0700
committerKarl Williamson <public@khwilliamson.com>2012-11-24 12:58:12 -0700
commit7af276bcacd71d557a403b1d416e975ea139994c (patch)
tree10d0a4fa89ac063aa75d3e80b745b7e389916d92 /utf8.c
parent457a9a829c2fcc56599d6950dcb6861c119bd191 (diff)
downloadperl-7af276bcacd71d557a403b1d416e975ea139994c.tar.gz
Request is_utf8_char_slow() be inlined
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index b380cd2474..527c210ed8 100644
--- a/utf8.c
+++ b/utf8.c
@@ -279,7 +279,7 @@ the "Perl extended UTF-8" (the infamous 'v-strings') will encode into
five bytes or more.
=cut */
-STATIC STRLEN
+PERL_STATIC_INLINE STRLEN
S_is_utf8_char_slow(const U8 *s, const STRLEN len)
{
dTHX; /* The function called below requires thread context */