Re: C API question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C API question
- From: joao lobato <btnfdp.lobato@...>
- Date: Fri, 7 Jan 2011 14:38:42 +0000
On 1/7/11, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
>> And while I'm at it, what's is the use case of luaL_ref and luaL_unref
>> after all?
>
> That is a good question. Since userdata got "environments" in 5.1
> (called uservalues, in 5.2), the need for luaL_ref diminished a lot.
>
> -- Roberto
>
>
Thanks