On Tue, Nov 28, 2000 at 12:10:33PM +0900, [EMAIL PROTECTED] wrote: > If you have two files: > test1.c: > int a,b,c; > > test2.c: > int a,c; > > Which is _stronger_? Those won't link together as they aren't declared static. If they would been static they could be ordered file-per-file (note: I'm not suggesting anything like that and I'm more than happy the compiler is allowed to do sane optimizations with none downside :). Andrea - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] removal of "static foo = 0" Adam J. Richter
- Re: [PATCH] removal of "static foo = 0" Werner Almesberger
- Re: [PATCH] removal of "static foo = 0&qu... David S. Miller
- Re: [PATCH] removal of "static foo = ... Werner Almesberger
- Re: [PATCH] removal of "static foo = ... Andrea Arcangeli
- Re: [PATCH] removal of "static fo... Michael Meissner
- Re: [PATCH] removal of "stat... Andrea Arcangeli
- Re: [PATCH] removal of "... Richard B. Johnson
- Re: [PATCH] removal of "... Andrea Arcangeli
- Re: [PATCH] removal of "... Horst von Brand
- Re: [PATCH] removal of "... Andrea Arcangeli
- Re: [PATCH] removal of "... Alexander Viro
- Re: [PATCH] removal of "... Michael Meissner
- Re: [PATCH] removal of "... Andreas Schwab
- Re: [PATCH] removal of "... Andrea Arcangeli
- Re: [PATCH] removal of "... Andreas Schwab
- Re: [PATCH] removal of "... Andrea Arcangeli
- Re: [PATCH] removal of "... Michael Meissner
- Re: [PATCH] removal of "stat... Marcus Sundberg
- Re: real_root_dev Andries Brouwer
- Re: [PATCH] removal of "static fo... Richard B. Johnson