diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
commit | ab6a94952215b1f66436d8eeebded1dad9fa5409 (patch) | |
tree | ba66254537defc76602ce351d962b899ddfe1b29 /ltable.h | |
parent | 86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff) | |
parent | ea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff) | |
download | lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2 lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'ltable.h')
-rw-r--r-- | ltable.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -51,8 +51,6 @@ LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key, | |||
51 | LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); | 51 | LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); |
52 | LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); | 52 | LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); |
53 | LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); | 53 | LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); |
54 | LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key, | ||
55 | TValue *value); | ||
56 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, | 54 | LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key, |
57 | TValue *value); | 55 | TValue *value); |
58 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, | 56 | LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key, |