This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mro.c: Don’t inline sv_sethek
authorFather Chrysostomos <sprout@cpan.org>
Sun, 7 Sep 2014 00:38:29 +0000 (17:38 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 7 Sep 2014 06:00:57 +0000 (23:00 -0700)
commitb69f5762a54ed8985a9b50b54cbf5912ffda3ea4
tree0476b0a22e61dfbcb9fead51be93118792c4caa2
parenta7b227680272751bf7f4d4e9cc85ead19aa13ffa
mro.c: Don’t inline sv_sethek

This code actually long predates sv_sethek.  But now that we have it,
we can call it, reducing the size of mro.o.
mro.c