summaryrefslogtreecommitdiff
path: root/regen/op_private
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-04-05 11:33:56 -0600
committerKarl Williamson <khw@cpan.org>2020-07-17 22:35:49 -0600
commit4616d39ff48a46f26e0d9f655d0ed088eac50f61 (patch)
tree7bc3dba2ac48209e43ca414a0eef85a7f01eb254 /regen/op_private
parenta311ee08b6781f83a7785f578a26bbc21a7ae457 (diff)
downloadperl-4616d39ff48a46f26e0d9f655d0ed088eac50f61.tar.gz
regen/op_private: Add comment
Diffstat (limited to 'regen/op_private')
-rw-r--r--regen/op_private6
1 files changed, 3 insertions, 3 deletions
diff --git a/regen/op_private b/regen/op_private
index 6438c376ff..c14bb168dc 100644
--- a/regen/op_private
+++ b/regen/op_private
@@ -515,9 +515,9 @@ for (qw(trans transr)) {
addbits($_,
# There is a character in the lhs representable not using UTF-8 whose
# replacement requires UTF-8.
- 0 => qw(OPpTRANS_CAN_FORCE_UTF8 CAN_FORCE_UTF8),
-
- 1 => qw(OPpTRANS_USE_SVOP USE_SVOP),# This is implemented as an svop
+ 0 => qw(OPpTRANS_CAN_FORCE_UTF8 CAN_FORCE_UTF8), # 0-255 range
+ # character maps to 256-INF
+ 1 => qw(OPpTRANS_USE_SVOP USE_SVOP),# This is implemented an an svop
# vs pvop
2 => qw(OPpTRANS_IDENTICAL IDENT), # right side is same as left
3 => qw(OPpTRANS_SQUASH SQUASH), # /s