q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=48c8eb835eb1f7a54552d1dc00bd77fee54c4edd

commit 48c8eb835eb1f7a54552d1dc00bd77fee54c4edd
Author: Daniel Kolesa <d.kol...@samsung.com>
Date:   Sat May 30 06:44:29 2020 +0200

    elua: use cffi-lua public header
---
 src/lib/elua/elua.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elua/elua.c b/src/lib/elua/elua.c
index 250025e970..b691ff524d 100644
--- a/src/lib/elua/elua.c
+++ b/src/lib/elua/elua.c
@@ -2,6 +2,10 @@
 #include <Ecore_File.h>
 #include "elua_private.h"
 
+#ifdef ENABLE_LUA_OLD
+#  include <cffi-lua.h>
+#endif
+
 static Eina_Prefix *_elua_pfx = NULL;
 
 static int _elua_init_counter = 0;
@@ -66,10 +70,6 @@ elua_shutdown(void)
    return _elua_init_counter;
 }
 
-#ifdef ENABLE_LUA_OLD
-int luaopen_cffi(lua_State *L);
-#endif
-
 EAPI Elua_State *
 elua_state_new(const char *progname)
 {

-- 


Reply via email to