Message-Id: <
20061009135412.47F7A8B3A0@seth.hut.fi>
p4raw-id: //depot/perl@28974
);
#if 1 /* perl-5.8.6 and older do not check UTF8_ALLOW_LONG */
if (strict && uv > PERL_UNICODE_MAX)
- ulen = -1;
+ ulen = (STRLEN) -1;
#endif
if (ulen == -1) {
if (strict) {