lua-users home
lua-l archive

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


On 1/24/06, Ben Sizer <kylotan@gmail.com> wrote:
> I recently had a problem with Lua 5 where lua_register was silently
> [...]

A good way to handle this is provide the macro it as an example in the
documentation of pushcclosure. It provides you with example usage
for the simple registration case and also covers the historical
requirements.

DB