mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
Lua 5.4 added an extra parameter to lua_resume()[1]. The parameter denotes the number of arguments yielded, but our coroutines don't yield any arguments, so we can just ignore it. Define a macro to allow adding extra stuff with Lua 5.4, and use it to supply the extra parameter. [1] https://www.lua.org/manual/5.4/manual.html#8.3 Closes #7324
40 KiB
40 KiB