diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 20:32:48 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 22:17:34 -0700 |
commit | 118a40c4aa59af9330f4c37e86423a8b7c0d301c (patch) | |
tree | e23f67a4925fbd044799b9a9e67326c2224e1170 /regen | |
parent | 5cb51e4d385f1a78e57460db8c624392985b7678 (diff) | |
download | perl-118a40c4aa59af9330f4c37e86423a8b7c0d301c.tar.gz |
Another op description correction: & -> &.
The string bitwise ops have dots in them, which should be included
in the op descriptions.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/opcodes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regen/opcodes b/regen/opcodes index d361927d0d..b70ff923a9 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -168,9 +168,9 @@ bit_or bitwise or (|) ck_bitop fst2 S S| nbit_and numeric bitwise and (&) ck_bitop fsT2 S S| nbit_xor numeric bitwise xor (^) ck_bitop fsT2 S S| nbit_or numeric bitwise or (|) ck_bitop fsT2 S S| -sbit_and string bitwise and (&) ck_bitop fst2 S S| -sbit_xor string bitwise xor (^) ck_bitop fst2 S S| -sbit_or string bitwise or (|) ck_bitop fst2 S S| +sbit_and string bitwise and (&.) ck_bitop fst2 S S| +sbit_xor string bitwise xor (^.) ck_bitop fst2 S S| +sbit_or string bitwise or (|.) ck_bitop fst2 S S| negate negation (-) ck_null Ifst1 S i_negate integer negation (-) ck_null ifst1 S |