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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/