From: Rafael Garcia-Suarez Date: Mon, 31 Oct 2005 10:44:32 +0000 (+0000) Subject: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=906679c7ad5e5ea58a1e4bf1de62471e4fa4a045;p=p5sagit%2Fp5-mst-13.2.git is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form p4raw-id: //depot/perl@25916 --- diff --git a/pp_hot.c b/pp_hot.c index 4a30a13..bf3e229 100644 --- 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",