aboutsummaryrefslogtreecommitdiff
path: root/ltable.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-09-30 14:01:42 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-09-30 14:01:42 -0300
commit3d54b42d59bcc1b31a369f3497ac22745d63cae6 (patch)
tree283f8d935865e1cb6d01e25f3d745f91229d22c8 /ltable.h
parente4f418f07c7349f5ff844fbdc9a3b37b488113a5 (diff)
downloadlua-3d54b42d59bcc1b31a369f3497ac22745d63cae6.tar.gz
lua-3d54b42d59bcc1b31a369f3497ac22745d63cae6.tar.bz2
lua-3d54b42d59bcc1b31a369f3497ac22745d63cae6.zip
'objsize' broke in smaller pieces
Diffstat (limited to 'ltable.h')
-rw-r--r--ltable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltable.h b/ltable.h
index c6a87807..c352da38 100644
--- a/ltable.h
+++ b/ltable.h
@@ -163,6 +163,7 @@ LUAI_FUNC Table *luaH_new (lua_State *L);
163LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned nasize, 163LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned nasize,
164 unsigned nhsize); 164 unsigned nhsize);
165LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned nasize); 165LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned nasize);
166LUAI_FUNC size_t luaH_size (Table *t);
166LUAI_FUNC void luaH_free (lua_State *L, Table *t); 167LUAI_FUNC void luaH_free (lua_State *L, Table *t);
167LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); 168LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
168LUAI_FUNC lua_Unsigned luaH_getn (Table *t); 169LUAI_FUNC lua_Unsigned luaH_getn (Table *t);