|
From: Luke D. <cod...@ho...> - 2003-10-12 01:55:54
|
----- Original Message ----- From: "Jonathan Wilson" <jo...@tp...> To: <min...@li...> Sent: Saturday, October 11, 2003 7:56 PM Subject: [Mingw-users] how do I declare a variable as being "not extern" > Basicly, if I declare the variable like so: > DWORD __tls_index; > GCC emits this as an extern. What exactly do you mean and how did you determine this? > I want to declare it as "inside the file I am compiling, uninitalized and > visible to other files". What do I need to do to do that? Thats what you already did. Luke |