On Fri, Feb 29, 2008 at 12:35:12PM -0800, Andrew Morton wrote:
I've added detection of false as a 0 value in external and static
contexts; this should be reported in the 0.18:
ERROR: do not initialise statics to 0 or NULL
#1: FILE: Z118.c:1:
+static bool enable_config = false;
-apw
--