lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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