diff options
Diffstat (limited to 'ltable.h')
| -rw-r--r-- | ltable.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -163,7 +163,7 @@ LUAI_FUNC Table *luaH_new (lua_State *L); | |||
| 163 | LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned nasize, | 163 | LUAI_FUNC void luaH_resize (lua_State *L, Table *t, unsigned nasize, |
| 164 | unsigned nhsize); | 164 | unsigned nhsize); |
| 165 | LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned nasize); | 165 | LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, unsigned nasize); |
| 166 | LUAI_FUNC size_t luaH_size (Table *t); | 166 | LUAI_FUNC lu_mem luaH_size (Table *t); |
| 167 | LUAI_FUNC void luaH_free (lua_State *L, Table *t); | 167 | LUAI_FUNC void luaH_free (lua_State *L, Table *t); |
| 168 | LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); | 168 | LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); |
| 169 | LUAI_FUNC lua_Unsigned luaH_getn (Table *t); | 169 | LUAI_FUNC lua_Unsigned luaH_getn (Table *t); |
