diff options
Diffstat (limited to 'ltable.h')
-rw-r--r-- | ltable.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -51,8 +51,6 @@ LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key, | |||
51 | LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); | 51 | LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); |
52 | LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); | 52 | LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); |
53 | LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); | 53 | LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); |
54 | LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key, | ||
55 | TValue *value); | ||
56 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, | 54 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, |
57 | TValue *value); | 55 | TValue *value); |
58 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, | 56 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, |