diff options
Diffstat (limited to 'ltable.h')
-rw-r--r-- | ltable.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -41,8 +41,6 @@ LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key, | |||
41 | LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); | 41 | LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); |
42 | LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); | 42 | LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); |
43 | LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); | 43 | LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); |
44 | LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key, | ||
45 | TValue *value); | ||
46 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, | 44 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, |
47 | TValue *value); | 45 | TValue *value); |
48 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, | 46 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, |