This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Factor the "is this an in-place array operator construct" logic into a new is_inplace...
authorVincent Pit <vince@profvince.com>
Tue, 10 Nov 2009 16:38:43 +0000 (17:38 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 10 Nov 2009 16:38:43 +0000 (17:38 +0100)
commit2f9e2db04087cea7010b80261940c74cde8a04df
tree844f54aadfc2c52388436905b927fa4129272c5d
parentfa58a56f3cdf71021d7d7a49e98845f57652a3fe
Factor the "is this an in-place array operator construct" logic into a new is_inplace_av()
embed.fnc
embed.h
op.c
proto.h