On Tue, May 29, 2007 at 05:38:18PM -0700, Andrew Morton wrote:
[...]
[...]
Because otherwise you couldn't create linked lists:
struct foo {
void* data;
struct foo* next;
};
At that point it hasn't been defined yet but it is being used. This is
legal, so the compiler can't create a warning for that.
Which is not to say that it's a nice coding style, but that's a
different matter.
--
Shaw's Principle:
Build a system that even a fool can use, and only a fool will
want to use it.
-