From: Steve Hay Date: Mon, 31 Oct 2005 11:30:15 +0000 (+0000) Subject: Fixed threaded builds following change 25916 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a09494cf2bab4c0367a83f53debd3fa55916dfd;p=p5sagit%2Fp5-mst-13.2.git Fixed threaded builds following change 25916 p4raw-id: //depot/perl@25918 --- diff --git a/pp_hot.c b/pp_hot.c index bf3e229..fefec9a 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -1610,7 +1610,7 @@ Perl_do_readline(pTHX) const U8 *f; if (ckWARN(WARN_UTF8) && - !is_utf8_string_loc(aTHX_ s, len, &f)) + !is_utf8_string_loc(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",