is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 31 Oct 2005 10:44:32 +0000 (10:44 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 31 Oct 2005 10:44:32 +0000 (10:44 +0000)
p4raw-id: //depot/perl@25916

pp_hot.c

index 4a30a13..bf3e229 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1610,7 +1610,7 @@ Perl_do_readline(pTHX)
             const U8 *f;
             
             if (ckWARN(WARN_UTF8) &&
-                   !Perl_is_utf8_string_loc(aTHX_ s, len, &f))
+                   !is_utf8_string_loc(aTHX_ s, len, &f))
                  /* Emulate :encoding(utf8) warning in the same case. */
                  Perl_warner(aTHX_ packWARN(WARN_UTF8),
                              "utf8 \"\\x%02X\" does not map to Unicode",