mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Details
- Better comments about short strings in opcodes. - luaH_newkey made static.
This commit is contained in:
parent
6443185167
commit
934e77a286
5 changed files with 14 additions and 14 deletions
2
ltable.h
2
ltable.h
|
|
@ -41,8 +41,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