Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
To: perlbug@perl.com
Message-ID: <MLIST_
199811032227.RAA143892@web.zk3.dec.com>
p4raw-id: //depot/cfgperl@2189
djSP;
int items = (SP - PL_stack_base) - TOPMARK;
if (items == 2) {
+ SV *sv;
EXTEND(SP, 1);
- PUSHs(sv_2mortal(newSViv(sv_len(*SP))));
+ sv = sv_2mortal(newSViv(sv_len(*SP)));
+ PUSHs(sv);
PUTBACK;
}
return pp_send(ARGS);