efl/src/bindings/luajit/eina
Daniel Kolesa a928dba502 elua: prepare for compatibility with cffi-lua (use ffi.nullptr)
This is necessary because the LuaJIT FFI implements the null
pointer to nil equality behavior, which is not possible to
do in standard Lua (as equality metamethod needs identical types
to trigger).

So replace it with ffi.nullptr as cffi-lua implements; in luajit
ffi.nullptr will just become nil and it'll work like before.
2020-05-21 17:45:43 +02:00
..
accessor.lua
counter.lua
file.lua
hamster.lua
iterator.lua
list.lua elua: prepare for compatibility with cffi-lua (use ffi.nullptr) 2020-05-21 17:45:43 +02:00
log.lua
rectangle.lua
tiler.lua
xattr.lua