diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-05 21:41:26 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-06 06:39:32 -0800 |
commit | 070d3cb6f06f7c7f0a932b57616cd28061cb96c0 (patch) | |
tree | 13f17a9a873b1ebf062605c5d27336931737be3d /perly.tab | |
parent | a8c717cfeba2a8e3b9ad4886fdb19601d89d846c (diff) | |
download | perl-070d3cb6f06f7c7f0a932b57616cd28061cb96c0.tar.gz |
perly.y: Don’t call op_lvalue on refgen kid
ck_spair also applies lvalue context to the kid ops, so we just end up
calling op_lvalue twice on the same ops. It’s harmless (being idempo-
tent), but wasteful.
Diffstat (limited to 'perly.tab')
-rw-r--r-- | perly.tab | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1140,6 +1140,6 @@ static const toketypes yy_type_tab[] = }; /* Generated from: - * 0c499ecc5892868c1d5acd74ecc34b917f3c7fc5aa57d93b01ecd12f4a0f7a8b perly.y + * 742ccd162893f72458d7102c054eda970bae7a1de1a02b75fb23afc88e332e7f perly.y * d1d4df7b8e30ac9dede664af9179e6e5e7ddc7f2ad9c4eff9e2e5b32c9e16a6e regen_perly.pl * ex: set ro: */ |