This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace the macro RETURNX() with its expansion in FT_RETURN_{FALSE,TRUE}
authorNicholas Clark <nick@ccl4.org>
Fri, 27 Jul 2012 10:54:49 +0000 (12:54 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 28 Jul 2012 07:56:58 +0000 (09:56 +0200)
commit75a8cd125e994761848db7aca480a8aa108078a0
tree17bcfae823e0f785813a5907fa32c2716bb0b901
parent32ed16fc7457f21807774447f05a5db39ea198c7
Replace the macro RETURNX() with its expansion in FT_RETURN_{FALSE,TRUE}

The macros FT_RETURN_FALSE and FT_RETURN_TRUE in pp_ctl.c are already very
complex, sufficient to trigger an internal failure in HP's compiler [and
possibly also some humans :-)]. Replacing RETURNX() with the 3 statements it
expands to makes the intent of macros clearer, and exposes more refactoring
possibilities.
pp_sys.c