diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-16 18:09:02 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 22:13:42 -0700 |
commit | d88ca568f0ba6af079816962f37e415fd773f90e (patch) | |
tree | 891648611f23e1c27b21648533f5466abcf80d23 /regen/opcodes | |
parent | 29e10d39e1747dbb4f219bc660ccfa99ff864ee8 (diff) | |
download | perl-d88ca568f0ba6af079816962f37e415fd773f90e.tar.gz |
regen/opcodes: Re-order aeach, akeys, and avalues
In a forthcoming commit, I will need them to be in the same order as
the corresponding hash functions.
Diffstat (limited to 'regen/opcodes')
-rw-r--r-- | regen/opcodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/opcodes b/regen/opcodes index 9ea0753ffe..fe72fe3918 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -231,8 +231,8 @@ aslice array slice ck_null m@ A L kvaslice index/value array slice ck_null m@ A L aeach each on array ck_each d% A -akeys keys on array ck_each t% A avalues values on array ck_each dt% A +akeys keys on array ck_each t% A # Hashes. |