[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Global scope variables in the src
- From: Jim Mathies <jim@...>
- Date: Sat, 13 Nov 1999 12:12:12 -0800
Hello,
I was curious if anyone could answer a question - how many variables
in the Lua src (including the io lib, etc) are declared global? Is it
just
the Lua state variable or are there others?
This question relates to compiling the Lua src into a DLL on windows
which can handle multiple threads at the same time. DLL's, by default
don't make globals thread local.
Regards,
Jim Mathies