This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Consolidate the code for returning false values from filetest operators.
authorNicholas Clark <nick@ccl4.org>
Fri, 27 Jul 2012 12:19:27 +0000 (14:19 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 28 Jul 2012 07:56:58 +0000 (09:56 +0200)
commit9a6b02e88d42f77b2a3c001bd483d8b69cbd3fb7
tree80d346358eccfe043a25c5ca1f662e690057dd1d
parent697f9d37ed09fce0b3aa32beadd149fc18cca6e0
Consolidate the code for returning false values from filetest operators.

Move the code that implements the non-stacking return processing from the
macro FT_RETURN_FALSE() into the static function S_ft_stacking_return_false().
Rename the function to S_ft_return_false() as it now handles all false cases.
pp_sys.c