Re: [PATCH] turn many #if $undefined_string into #ifdef $undefined_string

From: Chuck Ebbert
Date: Sat Jul 23 2005 - 03:15:22 EST


On Fri, 22 Jul 2005 at 16:48:05 +0200, Olaf Hering wrote:

> turn many #if $undefined_string into #ifdef $undefined_string
> to fix some warnings after -Wno-def was added to global CFLAGS


Shouldn't that be "#if defined($undefined_string)"?

#ifdef is obsolete...

__
Chuck
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/