Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and save_{a,h}elem_flags()
authorVincent Pit <perl@profvince.com>
Fri, 24 Jul 2009 22:43:56 +0000 (00:43 +0200)
committerVincent Pit <perl@profvince.com>
Sat, 25 Jul 2009 21:26:06 +0000 (23:26 +0200)
commit75d34a09f38381e487470136b539a7fba0f02b44
treee95f445ae544e45ed74cdaace574f50591d435d5
parent91d1c79f6c648258e3465cf0cdbe8df3ab262de1
Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and save_{a,h}elem_flags()

When set, save_scalar_at() doesn't replace the given SV by a fresh new one. local magic is not called in this case.
scope.c
scope.h