From: Rafael Garcia-Suarez Date: Wed, 8 Jun 2005 06:51:48 +0000 (+0000) Subject: Mark a static function as static X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c053b435c0eae6a81e9a54598b068d7be84d74cc;p=p5sagit%2Fp5-mst-13.2.git Mark a static function as static p4raw-id: //depot/perl@24745 --- 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;