aboutsummaryrefslogtreecommitdiff
path: root/ltable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltable.h')
-rw-r--r--ltable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ltable.h b/ltable.h
index dce8c2f7..30cfc8be 100644
--- a/ltable.h
+++ b/ltable.h
@@ -51,8 +51,6 @@ LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
51LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); 51LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
52LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); 52LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
53LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); 53LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
54LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key,
55 TValue *value);
56LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, 54LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key,
57 TValue *value); 55 TValue *value);
58LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, 56LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key,