Re: Linux 2.4.26-pre2

From: Roland Dreier
Date: Sun Mar 07 2004 - 13:50:40 EST


Eyal> In standard C we declare all variables at the top of a
Eyal> function. While some compilers allow extension, it is not a
Eyal> good idea to get used to them if we want portable code.

Horst> Oh, come on. This is _kernel_ code, it won't ever be
Horst> compiled with anything not GCC-compatible.

gcc 2.95 rejects declarations after code. The kernel, especially
kernel 2.4, shouldn't use this particular extension, even if gcc 3
accepts it.

- R.

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