aboutsummaryrefslogtreecommitdiff
path: root/ltable.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-05-15 10:07:25 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-05-15 10:07:25 -0300
commit934e77a286aeb97ca02badf56956ccc78217e9d0 (patch)
tree6994a5bc3d625d1d37156895a5b21bebb46f36a8 /ltable.h
parent6443185167c77adcc8552a3fee7edab7895db1a9 (diff)
downloadlua-934e77a286aeb97ca02badf56956ccc78217e9d0.tar.gz
lua-934e77a286aeb97ca02badf56956ccc78217e9d0.tar.bz2
lua-934e77a286aeb97ca02badf56956ccc78217e9d0.zip
Details
- Better comments about short strings in opcodes. - luaH_newkey made static.
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 75dd9e26..8e689034 100644
--- a/ltable.h
+++ b/ltable.h
@@ -41,8 +41,6 @@ LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
41LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); 41LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
42LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); 42LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
43LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); 43LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
44LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key,
45 TValue *value);
46LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, 44LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key,
47 TValue *value); 45 TValue *value);
48LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, 46LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key,