[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-sophia, binding to the Sophia embeddable key-value database
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 1 Oct 2013 18:51:24 -0300
If you're targeting Lua 5.2, you can use luaL_setmetatable instead of
luaL_getmetatable+lua_setmetatable and define luaL_setmetatable if
LUA_VERSION_NUM < 502.