diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-11-03 15:39:14 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-11-03 15:39:14 -0300 |
commit | fa075b79530af1cbc977349f2e467d69ce01202c (patch) | |
tree | 300e10cd086a9812331b954d46552dbf420b0a8a /ltable.h | |
parent | 08a077d673b25cf1fbfe21794f240f4ff4999667 (diff) | |
parent | 7923dbbf72da303ca1cca17efd24725668992f15 (diff) | |
download | lua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.gz lua-fa075b79530af1cbc977349f2e467d69ce01202c.tar.bz2 lua-fa075b79530af1cbc977349f2e467d69ce01202c.zip |
Merge branch 'master' into newarray
Diffstat (limited to 'ltable.h')
-rw-r--r-- | ltable.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -130,8 +130,6 @@ LUAI_FUNC int luaH_pset (Table *t, const TValue *key, TValue *val); | |||
130 | LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key, | 130 | LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key, |
131 | TValue *value); | 131 | TValue *value); |
132 | LUAI_FUNC const TValue *luaH_Hgetshortstr (Table *t, TString *key); | 132 | LUAI_FUNC const TValue *luaH_Hgetshortstr (Table *t, TString *key); |
133 | LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key, | ||
134 | TValue *value); | ||
135 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, | 133 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, |
136 | TValue *value); | 134 | TValue *value); |
137 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, | 135 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, |