lua-users home
lua-l archive

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


> > Really "lua_pushobject"? Is that correct? It seems like that is a typo and
> > it should say lua_pushref.
> 
> Yes, it seems to be a typo, which persisted in Lua 2.5:
> 	http://www.lua.org/manual/2.5/manual.html#5.6

It is not a typo. lua_pushobject is explained here:

  http://www.lua.org/manual/2.4/node15.html

-- Roberto