[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: converting a relative stack index into an absolute stack index: alittle someting missing in the C API?
- From: "Alex Davies" <alex.mania@...>
- Date: Tue, 4 May 2010 00:56:52 +0800
I too, always make a lua_absidx() in my bindings.. so another vote for
adding it to the api. I never have been terribly happy with relying on
LUA_REGISTRYINDEX being the first magic index, an api func would resolve
that.
- Alex