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 b401aba1..1f6d6aa4 100644
--- a/ltable.h
+++ b/ltable.h
@@ -130,8 +130,6 @@ LUAI_FUNC int luaH_pset (Table *t, const TValue *key, TValue *val);
130LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key, 130LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
131 TValue *value); 131 TValue *value);
132LUAI_FUNC const TValue *luaH_Hgetshortstr (Table *t, TString *key); 132LUAI_FUNC const TValue *luaH_Hgetshortstr (Table *t, TString *key);
133LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key,
134 TValue *value);
135LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, 133LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key,
136 TValue *value); 134 TValue *value);
137LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, 135LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key,