Change 24745 by [EMAIL PROTECTED] on 2005/06/08 06:51:48
Mark a static function as static
Affected files ...
... //depot/perl/utf8.c#237 edit
Differences ...
==== //depot/perl/utf8.c#237 (text) ====
Index: perl/utf8.c
--- perl/utf8.c#236~24730~ Tue Jun 7 07:35:25 2005
+++ perl/utf8.c Tue Jun 7 23:51:48 2005
@@ -191,7 +191,7 @@
five bytes or more.
=cut */
-STRLEN
+STATIC STRLEN
S_is_utf8_char_slow(pTHX_ const U8 *s, const STRLEN len)
{
U8 u = *s;
End of Patch.
