Extern variables in *.c files

vda (vda@port.imtp.ilyichevsk.odessa.ua)
Wed, 2 Jan 2002 16:18:04 -0200


I grepped kernel *.c (not *.h!) files for extern variable definitions.
Much to my surprize, I found ~1500 such defs.

Isn't that bad C code style? What will happen if/when type of variable gets
changed? (int->long).

I thought external definitions ought to be in *.h files.
Maybe I'm missing something here...

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