lua-users home
lua-l archive

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


> They are and should be different: you might want to have two independent
> locks on a  single object. To compare objects pointed  to by references,
> first get the objects themselves on  the Lua stack (lua_getref), and
> than compare them (lua_equal).

Aha!  I forgot about lua_equal().  Thanks.

Martin.