diff options
author | Karl Williamson <khw@cpan.org> | 2016-01-27 19:38:57 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-01-27 19:51:52 -0700 |
commit | 6a4a25f45b27f06613a29c4b53c509330cf0e4f3 (patch) | |
tree | 1e90f0d4e62b78520bf283feec75aae59c43af0a /utf8.c | |
parent | eba98284740b799def26803ebac340aaa8930437 (diff) | |
download | perl-6a4a25f45b27f06613a29c4b53c509330cf0e4f3.tar.gz |
utf8.c: Add missing 'STATIC' to declaration
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |