final touches for lexical warnings (from Paul Marquess)
[p5sagit/p5-mst-13.2.git] / perlapi.c
old mode 100755 (executable)
new mode 100644 (file)
index cfb4dc8..2ee7060
--- a/perlapi.c
+++ b/perlapi.c
@@ -1288,6 +1288,13 @@ Perl_to_uni_lower_lc(pTHXo_ U32 c)
     return ((CPerlObj*)pPerl)->Perl_to_uni_lower_lc(c);
 }
 
+#undef  Perl_is_utf8_char
+int
+Perl_is_utf8_char(pTHXo_ U8 *p)
+{
+    return ((CPerlObj*)pPerl)->Perl_is_utf8_char(p);
+}
+
 #undef  Perl_is_utf8_alnum
 bool
 Perl_is_utf8_alnum(pTHXo_ U8 *p)