summaryrefslogtreecommitdiff
path: root/opnames.h
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 /opnames.h
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 'opnames.h')
-rw-r--r--opnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opnames.h b/opnames.h
index 065c1a858f..65ccab6967 100644
--- a/opnames.h
+++ b/opnames.h
@@ -156,8 +156,8 @@ typedef enum opcode {
OP_ASLICE = 139,
OP_KVASLICE = 140,
OP_AEACH = 141,
- OP_AKEYS = 142,
- OP_AVALUES = 143,
+ OP_AVALUES = 142,
+ OP_AKEYS = 143,
OP_EACH = 144,
OP_VALUES = 145,
OP_KEYS = 146,