summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-04 11:44:03 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-31 22:03:51 -0800
commita6eb74ec7f79f7c519927e9496acfe0a09cd1726 (patch)
tree785280276ae99b5aac7dc57d3740e7db84af2f85 /regen
parent27f31adf88291fb0c1238c9bb558f95a54a8555b (diff)
downloadperl-a6eb74ec7f79f7c519927e9496acfe0a09cd1726.tar.gz
Warning about experimental bitops
Diffstat (limited to 'regen')
-rw-r--r--regen/opcodes4
1 files changed, 3 insertions, 1 deletions
diff --git a/regen/opcodes b/regen/opcodes
index cbf38dce50..8bbd557036 100644
--- a/regen/opcodes
+++ b/regen/opcodes
@@ -177,7 +177,9 @@ i_negate integer negation (-) ck_null ifst1 S
not not ck_null ifs1 S
complement 1's complement (~) ck_bitop fsT1 S
ncomplement numeric 1's complement (~) ck_bitop fsT1 S
-scomplement string 1's complement (~) ck_null fsT1 S
+# scomplement uses ck_bitop only for the experimental warning. Once the
+# warning is gone, this can change to ck_null.
+scomplement string 1's complement (~) ck_bitop fsT1 S
smartmatch smart match ck_smartmatch s2