This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Request is_utf8_char_slow() be inlined
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index b044718..3089f0a 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -7240,7 +7240,7 @@ STATIC UV S_check_locale_boundary_crossing(pTHX_ const U8* const p, const UV res
 #define PERL_ARGS_ASSERT_CHECK_LOCALE_BOUNDARY_CROSSING        \
        assert(p); assert(ustrp); assert(lenp)
 
-STATIC STRLEN  S_is_utf8_char_slow(const U8 *s, const STRLEN len)
+PERL_STATIC_INLINE STRLEN      S_is_utf8_char_slow(const U8 *s, const STRLEN len)
                        __attribute__warn_unused_result__
                        __attribute__nonnull__(1);
 #define PERL_ARGS_ASSERT_IS_UTF8_CHAR_SLOW     \