Merge pull request #18 from laelnasan/lua-5.4

Compatibility with lua 5.4
This commit is contained in:
ruki
2020-11-17 22:33:53 +08:00
committed by GitHub

View File

@@ -65,6 +65,7 @@ Notes:
#ifndef LUAJIT #ifndef LUAJIT
# define LUA_COMPAT_5_1 # define LUA_COMPAT_5_1
# define LUA_COMPAT_5_3
# define LUA_COMPAT_ALL # define LUA_COMPAT_ALL
#endif #endif
#include "luaconf.h" #include "luaconf.h"