diff -up efl-1.23.1/src/lib/edje/edje_private.h.luajitfix efl-1.23.1/src/lib/edje/edje_private.h --- efl-1.23.1/src/lib/edje/edje_private.h.luajitfix 2019-10-16 13:56:59.684150112 -0400 +++ efl-1.23.1/src/lib/edje/edje_private.h 2019-10-16 13:58:53.881731556 -0400 @@ -34,6 +34,9 @@ #include #include #include +#ifndef luaL_reg +# define luaL_reg luaL_Reg +#endif #include // auto_unref diff -up efl-1.23.1/src/lib/elua/elua_private.h.luajitfix efl-1.23.1/src/lib/elua/elua_private.h --- efl-1.23.1/src/lib/elua/elua_private.h.luajitfix 2019-10-11 10:58:46.000000000 -0400 +++ efl-1.23.1/src/lib/elua/elua_private.h 2019-10-16 13:56:59.685150091 -0400 @@ -23,6 +23,9 @@ #include #include #include +#ifndef luaL_reg +# define luaL_reg luaL_Reg +#endif #include "Elua.h" diff -up efl-1.23.1/src/lib/evas/filters/evas_filter_parser.c.luajitfix efl-1.23.1/src/lib/evas/filters/evas_filter_parser.c --- efl-1.23.1/src/lib/evas/filters/evas_filter_parser.c.luajitfix 2019-10-11 10:58:47.000000000 -0400 +++ efl-1.23.1/src/lib/evas/filters/evas_filter_parser.c 2019-10-16 13:56:59.687150049 -0400 @@ -13,6 +13,9 @@ #include #include #include +#ifndef luaL_reg +# define luaL_reg luaL_Reg +#endif #define FILTERS_LEGACY_COMPAT