This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor the macro FT_RETURN_TRUE() into the function S_ft_return_true()
authorNicholas Clark <nick@ccl4.org>
Fri, 27 Jul 2012 12:47:56 +0000 (14:47 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 28 Jul 2012 07:56:58 +0000 (09:56 +0200)
commit07ed4d4bd6e7cc6958b6ea257f2e7cfa1469e279
tree796abf7e391c3cf86ead9ced6b0988afeafc8a5f
parent9a6b02e88d42f77b2a3c001bd483d8b69cbd3fb7
Refactor the macro FT_RETURN_TRUE() into the function S_ft_return_true()

This makes the true and false code paths as similar as possible. It also
eliminates a macro that the HP compiler was choking on.
pp_sys.c