Messages in this thread |  | | Date | Sat, 25 Nov 2000 22:29:44 +0100 | From | Andries Brouwer <> | Subject | Re: [PATCH] removal of "static foo = 0" |
| |
On Sat, Nov 25, 2000 at 09:07:08PM +0000, Russell King wrote: > Andries Brouwer writes: > > What a strange reaction. If I write > > > > static int foo; > > > > this means that foo is a variable, local to the present compilation unit, > > whose initial value is irrelevant > > Wrong. The initial value is well-defined.
Oh, please - something is wrong with your reading comprehension. Don't you understand the word "irrelevant"? It means that the initial value does not matter. It does not mean undefined. Please reread my letter and comment when you understand my point. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |