lua-users home
lua-l archive

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


lua_setmetatable is documented as returning void.
However the prototype returns int.
The implementation always returns 1.