Perl 5
/
perl.git
/ blobdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
committers
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Request is_utf8_char_slow() be inlined
[perl.git]
/
utf8.c
diff --git
a/utf8.c
b/utf8.c
index
b380cd2
..
527c210
100644
(file)
--- 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 */