Message-Id: <
A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@16150
if (SvIV(result = get_sv("PerlIO::encoding::check", 1)) == 0){
PUSHMARK(sp);
PUTBACK;
- if (call_pv("Encode::FB_QUIET", G_SCALAR|G_NOARGS) != 1) {
+ if (call_pv("Encode::FB_QUIET", G_SCALAR) != 1) {
/* should never happen */
Perl_die(aTHX_ "Encode::FB_QUIET did not return a value");
return -1;