On 10/21/2015 06:18 PM, Jeff Law wrote:
To avoid conditionally compiled code. I'm of the opinion we should be stomping out as much as we reasonably can.
Yeah, I get that, but the point I'm trying to make is that if you get rid of all conditional compilation, you don't need either ENABLE_CHECKING or CHECKING_P, because you'll be testing flag_checking. And if some conditional compilation remains (let's say in the cumulative_args case), then there's no win from changing the spelling from ENABLE_CHECKING to CHECKING_P.
Bernd