diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-08 06:51:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-08 06:51:48 +0000 |
commit | c053b435c0eae6a81e9a54598b068d7be84d74cc (patch) | |
tree | 90d25d1626b6068d183b187b8369071c6057f51f /utf8.c | |
parent | 83003860610d4132632305aad5e79203998fbf38 (diff) | |
download | perl-c053b435c0eae6a81e9a54598b068d7be84d74cc.tar.gz |
Mark a static function as static
p4raw-id: //depot/perl@24745
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |