From 03c6a05ec836c3a90a6b8d730120afdad39c092b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 4 Apr 2018 11:23:41 -0300 Subject: no more nil-in-table --- lua.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lua.h') diff --git a/lua.h b/lua.h index 31e20397..3f76fbea 100644 --- a/lua.h +++ b/lua.h @@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.344 2018/03/05 14:15:32 roberto Exp roberto $ +** $Id: lua.h,v 1.345 2018/03/16 15:33:34 roberto Exp roberto $ ** Lua - A Scripting Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file @@ -331,9 +331,6 @@ 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_removekey) (lua_State *L, int idx); -LUA_API int (lua_keyin) (lua_State *L, int idx); - /* ** {============================================================== -- cgit v1.2.3-55-g6feb