p4raw-id: //depot/perl@13989
{
char *l = locinput;
char *e = s + ln;
- U8 tmpbuf[UTF8_MAXLEN_FOLD+1];
if (do_utf8 != (UTF!=0)) {
/* The target and the pattern have differing utf8ness. */
if (do_utf8 && UTF) {
/* Both the target and the pattern are utf8. */
- STRLEN ulen;
-
while (s < e) {
if (l >= PL_regeol)
sayNO;