>> What keyword is "defined"? Did you have too much Perl coffee? :) > > Maybe macro formatting? > > #if defined(CONFIG_FOO)
Ah thanks for the hint. This also raises another stylistic aspect: #ifdef XYZ over #if defined(XYZ) when there is only one macro to be tested for. -`J' -- - 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/