Subject: Re: _KERNEL cpp symbol in kernel source
To: None <erik@mediator.uni-c.dk>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 07/13/1999 15:53:37
On Tue, 13 Jul 1999 08:20:36 +0200, Erik Bertelsen <erik@mediator.uni-c.dk> wrote:
> 
> Why not fix the sources -- I tend to consider it a bug to define a variable
> more than once (of course declaring several places is ok) ??

I tend to agree with you...  I don't remember every clause of the
standard, but defining a variable more than once seems to be clearly
wrong to me...  And what bugs me the most is that most of type
information is gone by the time ld gets to see those symbols, so ld
has no way to know if the duplicate variable definitions are of the
same type...

Ken