lua-users home
lua-l archive

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


Hallo,

the lua_setmetatable() function returns an int, which is used in one
other place in the Lua source; the return value is however always 1.

Is the "always return 1" a bug in lua_setmetable()? Is the non-void
return value the bug? ...

Regards, Colin