Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
authorNicholas Clark <nick@ccl4.org>
Wed, 17 Jan 2007 19:22:47 +0000 (19:22 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 17 Jan 2007 19:22:47 +0000 (19:22 +0000)
commit8855548413bb7568cd0b6c06c2c53dee0725b869
tree816b6d5281f69103db769fd9388f2acf9f9d8aa4
parent5302ffd479952aac7b09adb0db5642b6376ad312
Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
because it's not possible for dstr to be COW at this point, due to an
earlier force_normal.

p4raw-id: //depot/perl@29855
sv.c