diff options
author | Vincent Pit <perl@profvince.com> | 2012-06-22 15:55:55 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2012-06-22 15:56:29 +0200 |
commit | 83f29afad70b612d23a170f28fca57f0c8ca24af (patch) | |
tree | 9f78339bae9fdd7957da5b2283e39cce20274318 /embed.fnc | |
parent | 7762c3748b5616504fc9a8c5dd0c0e078d85eec5 (diff) | |
download | perl-83f29afad70b612d23a170f28fca57f0c8ca24af.tar.gz |
Reset the iterator when an array is cleared
This fixes RT #75596.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -754,6 +754,7 @@ p |int |magic_regdatum_get|NN SV* sv|NN MAGIC* mg pr |int |magic_regdatum_set|NN SV* sv|NN MAGIC* mg p |int |magic_set |NN SV* sv|NN MAGIC* mg p |int |magic_setarylen|NN SV* sv|NN MAGIC* mg +p |int |magic_cleararylen_p|NN SV* sv|NN MAGIC* mg p |int |magic_freearylen_p|NN SV* sv|NN MAGIC* mg p |int |magic_setdbline|NN SV* sv|NN MAGIC* mg p |int |magic_setdefelem|NN SV* sv|NN MAGIC* mg |