From ffd3f6d75446fce9223adf4add2c4d98ca405ab5 Mon Sep 17 00:00:00 2001 From: "Lael N. Santos" Date: Thu, 1 Oct 2020 17:52:22 -0300 Subject: [PATCH] solved a compatibility issue for 5.4 --- src/core/lcurses/lcurses.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/lcurses/lcurses.c b/src/core/lcurses/lcurses.c index 20ba479..f158095 100644 --- a/src/core/lcurses/lcurses.c +++ b/src/core/lcurses/lcurses.c @@ -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"