Re: [PATCH] Make CHECKING_P a boolean flag again

2016-09-30 Thread Jeff Law
On 09/25/2016 03:13 AM, Bernd Edlinger wrote: Hi! Currently CHECKING_P is not a boolean flag but a ternary option. However the _P in the name implies it is a boolean. That should be cleaned up again IMHO. So this patch splits CHECKING_P into CHECKING_P and a new flag ENABLE_EXTRA_CHECKING.

[PATCH] Make CHECKING_P a boolean flag again

2016-09-25 Thread Bernd Edlinger
Hi! Currently CHECKING_P is not a boolean flag but a ternary option. However the _P in the name implies it is a boolean. That should be cleaned up again IMHO. So this patch splits CHECKING_P into CHECKING_P and a new flag ENABLE_EXTRA_CHECKING. All uses of CHECKING_P are actually of the form