p4raw-id: //depot/perl@27043
}
if (sflags & SVp_IOK) {
/* Must do this otherwise some other overloaded use of 0x80000000
- gets confused. Probably 0x80000000 */
+ gets confused. Probably SVprv_WEAKREF */
if (sflags & SVf_IVisUV)
SvIsUV_on(dstr);
SvIV_set(dstr, SvIVX(sstr));