Re: badly punctuated parameter list in `#define' (2.4.3-ac5 and 2.4.4 -pre2)

Jamie Lokier (lk@tantalophile.demon.co.uk)
Fri, 13 Apr 2001 12:39:39 +0200


Christoph Hellwig wrote:
> So the /* old gcc */ part should probably be enabled based on a define for the
> old compiler. The right ifdef seems to be:
>
> #if __GNUC__ == 2 && __GNUC_MINOR__ < 95

The current GCC supports the old syntax and will do so for a while yet,
so perhaps this is not required?

-- Jamie
-
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/