We've had a "problem" with 3.2. Some conditional new code looked like
this:
#define LONG_MACRO \
asm \
asm \
asm \
#ifdef FOO \
asm \
asm \
#else \
asm \
#endif \
asm \
asm
Interesting, isn't it? The fun part was that it was compiling cleanly
in 3.2, but not in 2.95.
Sadly, noone bothered to compile this with 2.95 for a long time.
Jörn
-- More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason - including blind stupidity. -- W. A. Wulf - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/