why test for "__GNUC__"?
From: Robert P. J. Day
Date: Sun Oct 29 2006 - 06:16:04 EST
since (as i understand it) the linux kernel *requires* gcc these
days, what is the point of the numerous preprocessor tests of the
form:
#ifdef __GNUC__
and its variations?
under the circumstances, aren't all those tests redundant?
rday
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/