Re: How to avoid global variables in a lua module (using C api)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to avoid global variables in a lua module (using C api)
- From: Ezequiel García <elezegarcia@...>
- Date: 2011年9月30日 22:06:45 -0700 (PDT)
> Yes. Your library should work for any number of independent
> Lua states.
Good point. Thanks everyone.