[Info-vax] Possible C compiler static variable initialization problem.

hb end.of at inter.net
Wed Feb 26 10:52:44 EST 2014


On 02/26/2014 01:54 PM, Simon Clubley wrote:
> On VMS, variables defined in different source files, but with the same name,
> were traditionally treated as different variables by the linker and space
> allocated for each variable definition.

There was never such a tradition. The compilers, traditionally called
language processors, create the symbols and in case of definitions
assign storage. The linker simply matches the symbols, as they are, no
matter what the symbol name is. Especially there was never any upcasing
of symbol names.




More information about the Info-vax mailing list