diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-11-24 11:18:31 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-11-24 12:58:12 -0700 |
commit | 7af276bcacd71d557a403b1d416e975ea139994c (patch) | |
tree | 10d0a4fa89ac063aa75d3e80b745b7e389916d92 /utf8.c | |
parent | 457a9a829c2fcc56599d6950dcb6861c119bd191 (diff) | |
download | perl-7af276bcacd71d557a403b1d416e975ea139994c.tar.gz |
Request is_utf8_char_slow() be inlined
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |