harningt / luaevent

libevent binding for Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Lua 5.3 compatibility

harningt opened this issue · comments

Lua 5.3 does not have lua_equal (neither did Lua 5.2), however the feature flag checks only for Lua 5.2.

Addressed as of d50fcf9 and passing at the very least the buffer-event tests.