[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Regarding the LUA4.1 alpha release.
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 27 Jul 2001 17:31:25 -0300
> Would it be possible to restore the lua_pushusertag() function (perhaps as a
> macro?) and so maintain backward compatibility with existing code?
We explicitly avoided that, because the semantics of lua_pushusertag is
subtle different from lua_newuserdatabox;lua_settag. The new function
do not coalesce the new userdatum (uau!) with previous ones.
-- Roberto