by "Bartc" <bc@[EMAIL PROTECTED]
>
May 5, 2008 at 11:00 AM
"Antoninus Twink" <nospam@[EMAIL PROTECTED]
> wrote in message
news:slrng1tncr.2eo.nospam@[EMAIL PROTECTED]
> On 5 May 2008 at 9:53, Bartc wrote:
>> More seriously, variables declared at file scope also seem to be
>> automatically ex****ted. But in this case, the compiler/linker doesn't
>> warn
>> me that the same name is being used in two or more modules. (Is this
what
>> the fuss is about with 'global variables'?)
>>
>> Is there any way I can fix this? (Like some keyword that will render a
>> variable local to a module.)
>
> static.
That simple..
--
Bartc