char on the stack and pop an unsigned quad off the stack.
Subject: Re: [ID
20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
Message-ID: <pxzB6gzkgKXY092yn@efn.org>
p4raw-id: //depot/perl@7584
if (dowarn)
Perl_warner(aTHX_ WARN_UTF8,
"Malformed UTF-8 character (unexpected non-continuation byte 0x%02"UVxf" after byte 0x%02"UVxf")",
- s[1], uv);
+ (UV)s[1], uv);
goto malformed;
}