X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/457a9a829c2fcc56599d6950dcb6861c119bd191..7af276bcacd71d557a403b1d416e975ea139994c:/proto.h diff --git a/proto.h b/proto.h index b044718..3089f0a 100644 --- 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 \