aboutsummaryrefslogtreecommitdiff
path: root/ltable.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-22 11:41:48 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-22 11:41:48 -0300
commitab6a94952215b1f66436d8eeebded1dad9fa5409 (patch)
treeba66254537defc76602ce351d962b899ddfe1b29 /ltable.h
parent86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff)
parentea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff)
downloadlua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz
lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2
lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip
Merge branch 'master' into nextversion
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,