Compatibility with lua 5.4

This commit is contained in:
laelnasan
2020-11-17 09:59:30 -03:00
committed by GitHub
parent 987b002e0d
commit 114f15a2f5

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"