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
# define LUA_COMPAT_5_1
# define LUA_COMPAT_5_3
# define LUA_COMPAT_ALL
#endif
#include "luaconf.h"