[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What is the replacement code in Lua 5.1 for lua_boxpointer?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 24 Aug 2005 10:28:51 -0300
> Is there a reason why these macros are missing in 5.1(work6) ?
We fould that usually it is better to make clear for the programmer
what he is doing when boxing a pointer into a userdata.
-- Roberto