mirror of
https://github.com/bol-van/zapret2.git
synced 2026-09-02 07:11:31 +04:00
fix lua5.4 incompat
This commit is contained in:
@@ -36,6 +36,7 @@ void lua_do_gc(void);
|
||||
|
||||
#if LUA_VERSION_NUM < 502
|
||||
int lua_absindex(lua_State *L, int idx);
|
||||
#define lua_rawlen lua_objlen
|
||||
#endif
|
||||
|
||||
// push - create object and push to the stack
|
||||
|
||||
Reference in New Issue
Block a user