summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-08 06:51:48 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-08 06:51:48 +0000
commitc053b435c0eae6a81e9a54598b068d7be84d74cc (patch)
tree90d25d1626b6068d183b187b8369071c6057f51f /utf8.c
parent83003860610d4132632305aad5e79203998fbf38 (diff)
downloadperl-c053b435c0eae6a81e9a54598b068d7be84d74cc.tar.gz
Mark a static function as static
p4raw-id: //depot/perl@24745
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index f8128d893e..625d3b656c 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;