summaryrefslogtreecommitdiff
path: root/regen/opcodes
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-16 18:09:02 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-05-20 22:13:42 -0700
commitd88ca568f0ba6af079816962f37e415fd773f90e (patch)
tree891648611f23e1c27b21648533f5466abcf80d23 /regen/opcodes
parent29e10d39e1747dbb4f219bc660ccfa99ff864ee8 (diff)
downloadperl-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/opcodes2
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.