mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Merge branch 'master' into nextversion
This commit is contained in:
commit
ab6a949522
33 changed files with 308 additions and 208 deletions
2
ltable.h
2
ltable.h
|
|
@ -51,8 +51,6 @@ LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key,
|
|||
LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key);
|
||||
LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
||||
LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
|
||||
LUAI_FUNC void luaH_newkey (lua_State *L, Table *t, const TValue *key,
|
||||
TValue *value);
|
||||
LUAI_FUNC void luaH_set (lua_State *L, Table *t, const TValue *key,
|
||||
TValue *value);
|
||||
LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue