make love lua 5.4 conform

This commit is contained in:
niki
2020-08-14 19:27:42 +02:00
parent 5f4d2f3323
commit 99e1c0034d
5 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ int luax_catchexcept(lua_State *L, const T& func, const F& finallyfunc)
* Compatibility shim for lua_resume
* Exported because it's used in the launcher
**/
LOVE_EXPORT int luax_resume(lua_State *L, int nargs);
LOVE_EXPORT int luax_resume(lua_State *L, int nargs, int* nres);
} // love