summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2012-06-22 15:55:55 +0200
committerVincent Pit <perl@profvince.com>2012-06-22 15:56:29 +0200
commit83f29afad70b612d23a170f28fca57f0c8ca24af (patch)
tree9f78339bae9fdd7957da5b2283e39cce20274318 /embed.fnc
parent7762c3748b5616504fc9a8c5dd0c0e078d85eec5 (diff)
downloadperl-83f29afad70b612d23a170f28fca57f0c8ca24af.tar.gz
Reset the iterator when an array is cleared
This fixes RT #75596.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 1f62b9d4fc..568c980db6 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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