This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reorder S_ft_stacking_return_false().
authorNicholas Clark <nick@ccl4.org>
Fri, 27 Jul 2012 11:32:33 +0000 (13:32 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 28 Jul 2012 07:56:58 +0000 (09:56 +0200)
commit697f9d37ed09fce0b3aa32beadd149fc18cca6e0
tree9d9ee567587ce790254622592cc77f445292763f
parentd2f677201f78036f37e6a614b0bc4cfa46cf02d8
Reorder S_ft_stacking_return_false().

Move the code which deals with setting the return value on perl's stack
ahead of the code which calculates which op to run next (the return value of
the C function).
pp_sys.c