lua-users home
lua-l archive

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


Adding to what Christian wrote: if you just want to push a plain pointer and
don't care about the tag, use the lua_pushuserdata macro.

-John