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

Christoph Hellwig (hch@ns.caldera.de)
Fri, 13 Apr 2001 14:52:49 +0200


On Fri, Apr 13, 2001 at 12:39:39PM +0200, Jamie Lokier wrote:
> 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?

If that's true (I have no gcc3.0 to verify it) that's the better soloution
in my eyes.

Christoph

-- 
Of course it doesn't work. We've performed a software upgrade.
-
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/