[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: pushcclosure / tocfunction issue
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 10 Oct 2000 17:41:42 -0200
> To get the missing information, maybe a function like this could be added:
>
> /* push upvalues for function at given index into the stack, returns
> number of upvalues */
> int lua_getcclosure( lua_State*, int index );
Lua 4.0 is almost finished, and we will not add anything to it now. But
we will think about this for 4.1.
-- Roberto