This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Disentangle apply_attrs_my from apply_attrs
authorFather Chrysostomos <sprout@cpan.org>
Thu, 20 Sep 2012 05:03:55 +0000 (22:03 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 20 Sep 2012 05:03:55 +0000 (22:03 -0700)
commitad0dc73b97f22a660d0022d35f64ccd4ff7bfde6
tree26f7e8a6e1c28e81a93c5c8f30540050458c892a
parent9fa29fa7929b4167c5491b792c5cc7e4365a2839
op.c: Disentangle apply_attrs_my from apply_attrs

apply_attrs consisted of a top-level if/else conditional upon a bool-
ean argument.  It was being called with a TRUE argument in only one
place, apply_attrs_my.  Inlining that branch into apply_attrs_my actu-
ally reduces the amount of code slightly.
embed.fnc
embed.h
op.c
proto.h