From c053b435c0eae6a81e9a54598b068d7be84d74cc Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 8 Jun 2005 06:51:48 +0000 Subject: [PATCH] Mark a static function as static p4raw-id: //depot/perl@24745 --- utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8.c b/utf8.c index f8128d8..625d3b6 100644 --- a/utf8.c +++ b/utf8.c @@ -191,7 +191,7 @@ the "Perl extended UTF-8" (the infamous 'v-strings') will encode into five bytes or more. =cut */ -STRLEN +STATIC STRLEN S_is_utf8_char_slow(pTHX_ const U8 *s, const STRLEN len) { U8 u = *s; -- 2.7.4