summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-01-27 19:38:57 -0700
committerKarl Williamson <khw@cpan.org>2016-01-27 19:51:52 -0700
commit6a4a25f45b27f06613a29c4b53c509330cf0e4f3 (patch)
tree1e90f0d4e62b78520bf283feec75aae59c43af0a /utf8.c
parenteba98284740b799def26803ebac340aaa8930437 (diff)
downloadperl-6a4a25f45b27f06613a29c4b53c509330cf0e4f3.tar.gz
utf8.c: Add missing 'STATIC' to declaration
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 45ee51e4c4..6ec9c6b06a 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1912,7 +1912,7 @@ Perl_to_utf8_case(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp,
}
/* change namve uv1 to 'from' */
-UV
+STATIC UV
S__to_utf8_case(pTHX_ const UV uv1, const U8 *p, U8* ustrp, STRLEN *lenp,
SV **swashp, const char *normal, const char *special)
{