degesch: fix Lua 5.3 build
Regression from the last release.
This commit is contained in:
parent
06d3b3bd2b
commit
cbe4009308
@ -8449,7 +8449,7 @@ static void
|
||||
lua_plugin_gc (struct plugin *self_)
|
||||
{
|
||||
struct lua_plugin *self = (struct lua_plugin *) self_;
|
||||
lua_gc (self->L, LUA_GCCOLLECT);
|
||||
lua_gc (self->L, LUA_GCCOLLECT, 0 /* Lua 5.3 required, 5.4 varargs */);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user