solved a compatibility issue for 5.4

This commit is contained in:
Lael N. Santos
2020-10-01 17:52:22 -03:00
parent fb8cfdbd07
commit ffd3f6d754

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"