fix lua5.4 incompat

This commit is contained in:
bol-van
2025-11-25 13:26:55 +03:00
parent 6a26ea85a3
commit 5e737f314b
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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