Fix #1004, 1005: Various meson problems
[geeqie.git] / src / lua.c
index c6888f4..b09e3e9 100644 (file)
--- a/src/lua.c
+++ b/src/lua.c
@@ -425,6 +425,7 @@ gchar *lua_callvalue(FileData *fd, const gchar *file, const gchar *function)
                } // if (error) { ... } else
        return data;
 }
-
+#else
+typedef int dummy_variable;
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */