From 236bcc6e10f59b9336603571f1683cbe4aa411a9 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 22 Jan 2021 17:54:39 +0800 Subject: update included Lua. --- src/lua/lua.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lua/lua.h') diff --git a/src/lua/lua.h b/src/lua/lua.h index c9d64d7..aec70da 100644 --- a/src/lua/lua.h +++ b/src/lua/lua.h @@ -347,7 +347,8 @@ LUA_API size_t (lua_stringtonumber) (lua_State *L, const char *s); LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud); LUA_API void (lua_setallocf) (lua_State *L, lua_Alloc f, void *ud); -LUA_API void (lua_toclose) (lua_State *L, int idx); +LUA_API void (lua_toclose) (lua_State *L, int idx); +LUA_API void (lua_closeslot) (lua_State *L, int idx); /* -- cgit v1.2.3-55-g6feb