This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate the macros FT_RETURN_FALSE() and FT_RETURN_TRUE().
authorNicholas Clark <nick@ccl4.org>
Fri, 27 Jul 2012 13:05:00 +0000 (15:05 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 28 Jul 2012 07:56:58 +0000 (09:56 +0200)
commit48d023d6dd4655c978fe712c6c3c23f1415bcf04
tree6a75bfd2e5c4a7b08493ce26ba7bed16270f5674
parent07ed4d4bd6e7cc6958b6ea257f2e7cfa1469e279
Eliminate the macros FT_RETURN_FALSE() and FT_RETURN_TRUE().

As they now simply return the results of S_ft_return_false() and
S_ft_return_true() respectively, use this explicitly in the 7 places where
the macros had been used.
pp_sys.c