From dbfac1a8b2a6e316a6f61d41a1196b4664883a7b Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sat, 21 Sep 2019 18:01:05 -0700 Subject: support lua 5.3 with LUA_COMPAT_5_1 --- lua_cjson.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lua_cjson.c b/lua_cjson.c index b8dac31..020ba21 100644 --- a/lua_cjson.c +++ b/lua_cjson.c @@ -38,6 +38,7 @@ #define LUA_COMPAT_ALL 1 +#define LUA_COMPAT_5_1 1 #include #include -- cgit v1.2.3-55-g6feb