summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-15 15:12:49 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-15 15:12:49 +0100
commit2e0eeeaafce11cb0128a6d1e245f1a5b806e3a87 (patch)
treefbd354ebfa17ecaedc3376434fd7054557a7818e /opcode.pl
parent867fa1e2da145229b4db2c6e8d5b51700c15f114 (diff)
downloadperl-2e0eeeaafce11cb0128a6d1e245f1a5b806e3a87.tar.gz
Move the boolkeys op to the group of hash ops.
This breaks binary compatibility.
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index 2de2bf4331..1b9add7629 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -810,6 +810,7 @@ exists exists ck_exists is% S
rv2hv hash dereference ck_rvconst dt1
helem hash element ck_null s2 H S
hslice hash slice ck_null m@ H L
+boolkeys boolkeys ck_fun % H
# Explosives and implosives.
@@ -1116,5 +1117,3 @@ lock lock ck_rfun s% R
once once ck_null |
custom unknown custom operator ck_null 0
-
-boolkeys boolkeys ck_fun % H